]> git.lizzy.rs Git - rust.git/blob - tests/ui/span/E0535.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / ui / span / E0535.stderr
1 error[E0535]: invalid argument
2   --> $DIR/E0535.rs:1:10
3    |
4 LL | #[inline(unknown)]
5    |          ^^^^^^^
6    |
7    = help: valid inline arguments are `always` and `never`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0535`.