Fix two malformed error annotations in a UI test
This commit is contained in:
parent
01a26c026d
commit
43b729db2f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue