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 036d00b commit 6fda300Copy full SHA for 6fda300
tests/integration.rs
@@ -77,7 +77,7 @@ fn integration_test() {
77
// the repo basically just contains a span_delayed_bug that forces rustc/clippy to panic:
78
/*
79
#![feature(rustc_attrs)]
80
- #[rustc_error(span_delayed_bug_from_inside_query)]
+ #[rustc_error(delayed_bug_from_inside_query)]
81
fn main() {}
82
*/
83
0 commit comments