Auto merge of #11534 - weihanglo:fix-nightly-plugins-tests, r=ehuss

test: revive nightly plugin tests to work
This commit is contained in:
bors 2023-01-04 14:30:01 +00:00
commit 8c460b2237

View file

@ -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;
"#,
)