about summary refs log tree commit diff
path: root/tests/ui/unpretty/staged-api-invalid-path-108697.rs
blob: 8a806b10d9da10344e5b96f13b4ceb704897ea9d (plain)
1
2
3
4
5
6
7
8
9
// issue: rust-lang/rust#108697
// ICE: tcx.resolutions(()) is not supported for local crate -Zunpretty=mir
// on invalid module path with staged_api
//@ compile-flags: -Zunpretty=mir
//@ normalize-stderr: "lol`: .*\(" -> "lol`: $$FILE_NOT_FOUND_MSG ("
#![feature(staged_api)]
#[path = "lol"]
mod foo;
//~^ ERROR couldn't read `$DIR/lol`