rust/tests/ui/invalid
Nicholas Nethercote 5c462a32bd Remove support for compiler plugins.
They've been deprecated for four years.

This commit includes the following changes.
- It eliminates the `rustc_plugin_impl` crate.
- It changes the language used for lints in
  `compiler/rustc_driver_impl/src/lib.rs` and
  `compiler/rustc_lint/src/context.rs`. External lints are now called
  "loaded" lints, rather than "plugins" to avoid confusion with the old
  plugins. This only has a tiny effect on the output of `-W help`.
- E0457 and E0498 are no longer used.
- E0463 is narrowed, now only relating to unfound crates, not plugins.
- The `plugin` feature was moved from "active" to "removed".
- It removes the entire plugins chapter from the unstable book.
- It removes quite a few tests, mostly all of those in
  `tests/ui-fulldeps/plugin/`.

Closes #29597.
2023-11-04 08:50:46 +11:00
..
foo.natvis.xml Fix dependency tracking for debugger visualizers 2023-05-16 18:50:26 +02:00
invalid_rustc_layout_scalar_valid_range.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid_rustc_layout_scalar_valid_range.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-crate-type-macro.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-crate-type-macro.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-crate-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-crate-type.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-debugger-visualizer-option.rs remove bootstrap from tests 2023-05-01 13:37:15 -07:00
invalid-debugger-visualizer-option.stderr fix stderrs 2023-05-01 13:37:15 -07:00
invalid-debugger-visualizer-target.rs Fix dependency tracking for debugger visualizers 2023-05-16 18:50:26 +02:00
invalid-debugger-visualizer-target.stderr Fix dependency tracking for debugger visualizers 2023-05-16 18:50:26 +02:00
invalid-inline.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-inline.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-macro-matcher.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-macro-matcher.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-no-sanitize.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-no-sanitize.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-path-in-const.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-path-in-const.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-rustc_legacy_const_generics-arguments.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
invalid-rustc_legacy_const_generics-arguments.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-114435-layout-type-err.rs Fix ICE failed to get layout for ReferencesError 2023-08-05 01:38:14 +08:00
issue-114435-layout-type-err.stderr Fix ICE failed to get layout for ReferencesError 2023-08-05 01:38:14 +08:00