]> git.lizzy.rs Git - rust.git/blob - src/test/ui/keyword/keyword-true-as-identifier.stderr
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[rust.git] / src / test / ui / keyword / keyword-true-as-identifier.stderr
1 error[E0308]: mismatched types
2   --> $DIR/keyword-true-as-identifier.rs:2:9
3    |
4 LL |     let true = 22;
5    |         ^^^^ expected integer, found `bool`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.