]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/issue-19452.stderr
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
[rust.git] / tests / 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`.