rust/tests/ui-fulldeps
Nicholas Nethercote a733082be9 Avoid need for {D,Subd}iagnosticMessage imports.
The `fluent_messages!` macro produces uses of
`crate::{D,Subd}iagnosticMessage`, which means that every crate using
the macro must have this import:
```
use rustc_errors::{DiagnosticMessage, SubdiagnosticMessage};
```

This commit changes the macro to instead use
`rustc_errors::{D,Subd}iagnosticMessage`, which avoids the need for the
imports.
2023-11-26 08:38:00 +11:00
..
auxiliary Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
fluent-messages Avoid need for {D,Subd}iagnosticMessage imports. 2023-11-26 08:38:00 +11:00
internal-lints Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
mod_dir_simple Move /src/test to /tests 2023-01-11 09:32:08 +00:00
session-diagnostic Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
stable-mir Add CrateDef trait and methods to get def names 2023-11-22 07:32:37 -08:00
compiler-calls.rs Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
deriving-global.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
deriving-hygiene.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dropck_tarena_sound_drop.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
dropck-tarena-cycle-checked.rs Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
dropck-tarena-cycle-checked.stderr Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
dropck-tarena-unsound-drop.rs Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
dropck-tarena-unsound-drop.stderr Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
empty-struct-braces-derive.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
hash-stable-is-unstable.rs Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
hash-stable-is-unstable.stderr Support x test --stage 1 ui-fulldeps 2023-04-17 22:40:31 -05:00
lint-pass-macros.rs Remove rustc_lint_defs::lint_array 2023-09-28 23:01:25 +02:00
missing-rustc-driver-error.rs Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs 2023-07-11 22:30:28 -05:00
missing-rustc-driver-error.stderr Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs 2023-07-11 22:30:28 -05:00
mod_dir_path_canonicalized.rs various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
pathless-extern-unstable.rs Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
pathless-extern-unstable.stderr Bless ui-fulldeps 2023-11-24 21:56:22 +01:00
pprust-expr-roundtrip.rs add fn visit_capture_by to MutVisitor and fix pprust-expr-roundtrip.rs 2023-11-04 21:04:54 +01:00
regions-mock-tcx.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
rustc_encodable_hygiene.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00