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