Skip to content

Commit

Permalink
tests: Remove plugin tests
Browse files Browse the repository at this point in the history
Compiler plugins were removed in rust-lang/rust#116412, so we don't need
these tests.

As for the `plugin` field on build-targets, it appears to be
[stable-but-deprecated](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#the-plugin-field),
so I left it alone
  • Loading branch information
epage committed Nov 6, 2023
1 parent 65e297d commit 4fe5c43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 422 deletions.
1 change: 0 additions & 1 deletion tests/testsuite/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ mod patch;
mod path;
mod paths;
mod pkgid;
mod plugins;
mod proc_macro;
mod profile_config;
mod profile_custom;
Expand Down
Loading

0 comments on commit 4fe5c43

Please sign in to comment.