We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5734558 commit a18d99aCopy full SHA for a18d99a
src/librustc_mir/interpret/intern.rs
@@ -45,7 +45,7 @@ struct InternVisitor<'rt, 'a: 'rt, 'mir: 'rt, 'tcx: 'a+'rt+'mir> {
45
#[derive(Copy, Clone, Debug, PartialEq, Hash, Eq)]
46
enum InternMode {
47
/// Mutable references must in fact be immutable due to their surrounding immutability in a
48
- /// `static`. In a `static mut` we start out as mutable and thus can also contain further `&mtu`
+ /// `static`. In a `static mut` we start out as mutable and thus can also contain further `&mut`
49
/// that will actually be treated as mutable.
50
Static,
51
/// UnsafeCell is OK in the value of a constant, but not behind references in a constant
0 commit comments