Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4fe5c43

Browse files
committedNov 6, 2023
tests: Remove plugin tests
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
1 parent 65e297d commit 4fe5c43

File tree

2 files changed

+0
-422
lines changed

2 files changed

+0
-422
lines changed
 

‎tests/testsuite/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ mod patch;
132132
mod path;
133133
mod paths;
134134
mod pkgid;
135-
mod plugins;
136135
mod proc_macro;
137136
mod profile_config;
138137
mod profile_custom;

‎tests/testsuite/plugins.rs

-421
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.