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