]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-2627-raw-dylib/link-ordinal-too-large.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / rfc-2627-raw-dylib / link-ordinal-too-large.stderr
index b3b22f9776df74b4258e7667f97c3a999210802b..f8bfe5a62b86fc7cc05472ec66d3db336ece628f 100644 (file)
@@ -12,7 +12,7 @@ error: ordinal value in `link_ordinal` is too large: `18446744073709551616`
 LL |     #[link_ordinal(18446744073709551616)]
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
-   = note: the value may not exceed `std::usize::MAX`
+   = note: the value may not exceed `usize::MAX`
 
-error: aborting due to previous error
+error: aborting due to previous error; 1 warning emitted