diff options
| author | Ralf Jung <post@ralfj.de> | 2024-08-26 14:51:16 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-09-15 10:20:47 +0200 |
| commit | 49316f871cf8731c3bdf921932659a69199034b4 (patch) | |
| tree | 946820be88e07daa1fb177d73cc8bf69481bd1f2 /compiler/rustc_const_eval/messages.ftl | |
| parent | 544a6a7df382fbe6ae13c05f4b2cfa251e448050 (diff) | |
| download | rust-49316f871cf8731c3bdf921932659a69199034b4.tar.gz rust-49316f871cf8731c3bdf921932659a69199034b4.zip | |
also stabilize const_refs_to_cell
Diffstat (limited to 'compiler/rustc_const_eval/messages.ftl')
| -rw-r--r-- | compiler/rustc_const_eval/messages.ftl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_const_eval/messages.ftl b/compiler/rustc_const_eval/messages.ftl index 381569b37a2..2dc9d57e3b5 100644 --- a/compiler/rustc_const_eval/messages.ftl +++ b/compiler/rustc_const_eval/messages.ftl @@ -134,9 +134,6 @@ const_eval_incompatible_return_types = const_eval_incompatible_types = calling a function with argument of type {$callee_ty} passing data of type {$caller_ty} -const_eval_interior_mutability_borrow = - cannot borrow here, since the borrowed element may contain interior mutability - const_eval_interior_mutable_data_refer = {const_eval_const_context}s cannot refer to interior mutable data .label = this borrow of an interior mutable value may end up in the final value |
