]> git.proxmox.com Git - rustc.git/blob - src/test/ui/resolve/issue-19452.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / resolve / issue-19452.stderr
1 error[E0533]: expected value, found struct variant `Homura::Madoka`
2 --> $DIR/issue-19452.rs:10:18
3 |
4 LL | let homura = Homura::Madoka;
5 | ^^^^^^^^^^^^^^ not a value
6
7 error[E0533]: expected value, found struct variant `issue_19452_aux::Homura::Madoka`
8 --> $DIR/issue-19452.rs:13:18
9 |
10 LL | let homura = issue_19452_aux::Homura::Madoka;
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not a value
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0533`.