]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0565.stderr
Suggest `if let`/`let_else` for refutable pat in `let`
[rust.git] / src / test / ui / error-codes / E0565.stderr
1 error[E0565]: meta item in `repr` must be an identifier
2   --> $DIR/E0565.rs:2:8
3    |
4 LL | #[repr("C")]
5    |        ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0565`.