mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Fix two malformed error annotations in a UI test
This commit is contained in:
parent
01a26c026d
commit
43b729db2f
@ -5,6 +5,6 @@ fn main() {
|
||||
let page_size = page_size::get();
|
||||
//~^ ERROR failed to resolve: use of unresolved module or unlinked crate `page_size`
|
||||
//~| NOTE use of unresolved module or unlinked crate `page_size`
|
||||
//@[cargo-invoked]~^^^ HELP if you wanted to use a crate named `page_size`, use `cargo add
|
||||
//@[only-rustc]~^^^^ HELP you might be missing a crate named `page_size`
|
||||
//[cargo-invoked]~^^^ HELP if you wanted to use a crate named `page_size`, use `cargo add
|
||||
//[only-rustc]~^^^^ HELP you might be missing a crate named `page_size`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user