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
-7
Original file line number
Diff line number
Diff line change
@@ -230,9 +230,6 @@ const_eval_memory_exhausted =
230
230
const_eval_modified_global =
231
231
modifying a static's initial value from another static's initializer
232
232
233
-
const_eval_mut_deref =
234
-
mutation through a reference is not allowed in {const_eval_const_context}s
235
-
236
233
const_eval_mutable_ptr_in_final = encountered mutable pointer in final value of {const_eval_intern_kind}
237
234
238
235
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
@@ -363,10 +360,6 @@ const_eval_too_generic =
363
360
const_eval_too_many_caller_args =
364
361
calling a function with more arguments than it expected
365
362
366
-
const_eval_transient_mut_borrow = mutable references are not allowed in {const_eval_const_context}s
367
-
368
-
const_eval_transient_mut_raw = raw mutable pointers are not allowed in {const_eval_const_context}s
369
-
370
363
const_eval_try_block_from_output_non_const =
371
364
`try` block cannot convert `{$ty}` to the result in {const_eval_const_context}s
372
365
const_eval_unallowed_fn_pointer_call = function pointer calls are not allowed in {const_eval_const_context}s
0 commit comments