]> git.proxmox.com Git - rustc.git/blame - src/test/ui/suggestions/assoc-const-as-field.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / suggestions / assoc-const-as-field.stderr
CommitLineData
532ac7d7
XL
1error[E0423]: expected value, found struct `Mod::Foo`
2 --> $DIR/assoc-const-as-field.rs:11:9
3 |
4LL | foo(Mod::Foo.Bar);
f2b60f7d 5 | ^^^^^^^^- help: use the path separator to refer to an item: `::`
532ac7d7
XL
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0423`.