blob: ef2d0a71b5b8509916e5c01192b47a6b4d49507c [file] [log] [blame]
error[E0433]: failed to resolve: not a module `V`
--> $DIR/resolve-variant-assoc-item.rs:15:8
|
LL | E::V::associated_item; //~ ERROR failed to resolve: not a module `V`
| ^ not a module `V`
error[E0433]: failed to resolve: not a module `V`
--> $DIR/resolve-variant-assoc-item.rs:16:5
|
LL | V::associated_item; //~ ERROR failed to resolve: not a module `V`
| ^ not a module `V`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0433`.