We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f536a06 commit a15996cCopy full SHA for a15996c
tests/ui/unpretty/staged-api-invalid-path-108697.rs
@@ -2,7 +2,7 @@
2
// ICE: tcx.resolutions(()) is not supported for local crate -Zunpretty=mir
3
// on invalid module path with staged_api
4
//@ compile-flags: -Zunpretty=mir
5
-
+//@ normalize-stderr-test: "The system cannot find the file specified." -> "No such file or directory"
6
#![feature(staged_api)]
7
#[path = "lol"]
8
mod foo;
0 commit comments