We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62180bf commit b786f85Copy full SHA for b786f85
tests/testsuite/plugins.rs
@@ -375,7 +375,7 @@ fn panic_abort_plugins() {
375
"bar/src/lib.rs",
376
r#"
377
#![feature(rustc_private)]
378
- extern crate syntax;
+ extern crate rustc_ast;
379
"#,
380
)
381
.build();
@@ -427,7 +427,7 @@ fn shared_panic_abort_plugins() {
427
428
429
430
431
extern crate baz;
432
433
0 commit comments