diff options
| author | Ralf Jung <post@ralfj.de> | 2025-05-28 18:37:58 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-06-07 21:45:58 +0200 |
| commit | 8808c9d34b04c8c9404aafaba2aeec4142963fa5 (patch) | |
| tree | 9cbced8402c84a847185f35c6eb389b502e8014d /compiler/rustc_hir_analysis/messages.ftl | |
| parent | 5e0bdaa9dde845b8e44fd93bf0c09d21ca60daa1 (diff) | |
| download | rust-8808c9d34b04c8c9404aafaba2aeec4142963fa5.tar.gz rust-8808c9d34b04c8c9404aafaba2aeec4142963fa5.zip | |
intrinsics: use const generic to set atomic ordering
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
| -rw-r--r-- | compiler/rustc_hir_analysis/messages.ftl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl index a3a0e276f74..4fcd9f8a646 100644 --- a/compiler/rustc_hir_analysis/messages.ftl +++ b/compiler/rustc_hir_analysis/messages.ftl @@ -565,10 +565,6 @@ hir_analysis_unconstrained_generic_parameter = the {$param_def_kind} `{$param_na hir_analysis_unconstrained_opaque_type = unconstrained opaque type .note = `{$name}` must be used in combination with a concrete type within the same {$what} -hir_analysis_unrecognized_atomic_operation = - unrecognized atomic operation function: `{$op}` - .label = unrecognized atomic operation - hir_analysis_unrecognized_intrinsic_function = unrecognized intrinsic function: `{$name}` .label = unrecognized intrinsic |
