We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b2e1f commit a06740cCopy full SHA for a06740c
src/librustc_mir/interpret/intern.rs
@@ -300,7 +300,7 @@ pub enum InternKind {
300
/// Intern `ret` and everything it references.
301
///
302
/// This *cannot raise an interpreter error*. Doing so is left to validation, which
303
-/// trakcs where in the value we are and thus can show much better error messages.
+/// tracks where in the value we are and thus can show much better error messages.
304
/// Any errors here would anyway be turned into `const_err` lints, whereas validation failures
305
/// are hard errors.
306
pub fn intern_const_alloc_recursive<M: CompileTimeMachine<'mir, 'tcx>>(
0 commit comments