Fix two malformed error annotations in a UI test

This commit is contained in:
León Orell Valerian Liehr 2025-02-01 22:26:07 +01:00
parent 01a26c026d
commit 43b729db2f
No known key found for this signature in database
GPG Key ID: D17A07215F68E713

View File

@ -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`
}