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_const_eval/messages.ftl
+1
Original file line number
Diff line number
Diff line change
@@ -222,6 +222,7 @@ const_eval_mut_deref =
222
222
223
223
const_eval_mutable_ptr_in_final = encountered mutable pointer in final value of {const_eval_intern_kind}
224
224
225
+
const_eval_nested_static_in_thread_local = #[thread_local] does not support implicit nested statics, please create explicit static items and refer to them instead
225
226
const_eval_non_const_fmt_macro_call =
226
227
cannot call non-const formatting macro in {const_eval_const_context}s
0 commit comments