]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2627-raw-dylib/link-ordinal-too-large.stderr
Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr
[rust.git] / src / test / ui / rfc-2627-raw-dylib / link-ordinal-too-large.stderr
1 error: ordinal value in `link_ordinal` is too large: `72436`
2   --> $DIR/link-ordinal-too-large.rs:5:5
3    |
4 LL |     #[link_ordinal(72436)]
5    |     ^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: the value may not exceed `u16::MAX`
8
9 error: ordinal value in `link_ordinal` is too large: `72436`
10   --> $DIR/link-ordinal-too-large.rs:8:5
11    |
12 LL |     #[link_ordinal(72436)]
13    |     ^^^^^^^^^^^^^^^^^^^^^^
14    |
15    = note: the value may not exceed `u16::MAX`
16
17 error: aborting due to 2 previous errors
18