mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
Auto merge of #11534 - weihanglo:fix-nightly-plugins-tests, r=ehuss
test: revive nightly plugin tests to work
This commit is contained in:
commit
8c460b2237
@ -361,6 +361,7 @@ fn panic_abort_plugins() {
|
||||
r#"
|
||||
#![feature(rustc_private)]
|
||||
extern crate rustc_ast;
|
||||
extern crate rustc_driver;
|
||||
"#,
|
||||
)
|
||||
.build();
|
||||
@ -408,6 +409,7 @@ fn shared_panic_abort_plugins() {
|
||||
r#"
|
||||
#![feature(rustc_private)]
|
||||
extern crate rustc_ast;
|
||||
extern crate rustc_driver;
|
||||
extern crate baz;
|
||||
"#,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user