You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_span/src/symbol.rs
+1-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
//! An "interner" is a data structure that associates values with usize tags and
2
-
//! allows bidirectional lookup; i.e., given a value, one can easily find the
1
+
//! An "interner" is a data structure that associates values with usize tags and allows bidirectional lookup; i.e., given a value, one can easily find the
3
2
//! type, and vice versa.
4
3
5
4
use std::hash::{Hash,Hasher};
@@ -2165,7 +2164,6 @@ symbols! {
2165
2164
unsized_const_params,
2166
2165
unsized_fn_params,
2167
2166
unsized_locals,
2168
-
unsized_tuple_coercion,
2169
2167
unstable,
2170
2168
unstable_location_reason_default:"this crate is being loaded from the sysroot, an \
2171
2169
unstable location; did you mean to load this crate \
0 commit comments