]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-33504.stderr
Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay
[rust.git] / src / test / ui / issues / issue-33504.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-33504.rs:7:13
3    |
4 LL |         let Test = 1;
5    |             ^^^^ expected integer, found struct `Test`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.