diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-08-12 17:09:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-12 17:09:17 +0200 |
| commit | ea74eff55ca04effe8332aba80bfa529fce7b973 (patch) | |
| tree | 425e231c9b2c082bfa7a8af45ae197a4802957e9 /compiler/rustc_interface/src | |
| parent | 355a23292a1cd41d08322a42d593b45ee1438ac0 (diff) | |
| parent | f09a2b047d9a62610f8c1731c75255d7fbb5b2f3 (diff) | |
| download | rust-ea74eff55ca04effe8332aba80bfa529fce7b973.tar.gz rust-ea74eff55ca04effe8332aba80bfa529fce7b973.zip | |
Rollup merge of #128886 - GrigorenkoPV:untranslatable-diagnostic, r=nnethercote
Get rid of some `#[allow(rustc::untranslatable_diagnostic)]` `@rustbot` label +A-translation cc https://github.com/rust-lang/rust/issues/100717
Diffstat (limited to 'compiler/rustc_interface/src')
| -rw-r--r-- | compiler/rustc_interface/src/util.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/util.rs b/compiler/rustc_interface/src/util.rs index 6f53b1c9031..761d288a7c2 100644 --- a/compiler/rustc_interface/src/util.rs +++ b/compiler/rustc_interface/src/util.rs @@ -386,7 +386,6 @@ fn get_codegen_sysroot( } } -#[allow(rustc::untranslatable_diagnostic)] // FIXME: make this translatable pub(crate) fn check_attr_crate_type( sess: &Session, attrs: &[ast::Attribute], |
