Skip to content

Commit a06740c

Browse files
RalfJungoli-obk
andcommitted
Typo
Co-Authored-By: Oliver Scherer <[email protected]>
1 parent d3b2e1f commit a06740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_mir/interpret/intern.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ pub enum InternKind {
300300
/// Intern `ret` and everything it references.
301301
///
302302
/// 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.
303+
/// tracks where in the value we are and thus can show much better error messages.
304304
/// Any errors here would anyway be turned into `const_err` lints, whereas validation failures
305305
/// are hard errors.
306306
pub fn intern_const_alloc_recursive<M: CompileTimeMachine<'mir, 'tcx>>(

0 commit comments

Comments
 (0)