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
= note: The rules on what exactly is undefined behavior aren't clear, so this check might be overzealous. Please open an issue on the rustc repository if you believe it should not be considered undefined behavior.
14
8
9
+
warning: skipping const checks
10
+
|
11
+
help: skipping check that does not even have a feature gate
12
+
--> $DIR/const-points-to-static.rs:5:20
13
+
|
14
+
LL | const TEST: &u8 = &MY_STATIC;
15
+
| ^^^^^^^^^
16
+
15
17
error: aborting due to previous error; 1 warning emitted
16
18
17
19
For more information about this error, try `rustc --explain E0080`.
0 commit comments