blob: b448c35e84626407d64ef46423c6b599bf870d13 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0422]: cannot find struct, variant or union type `gen` in this scope
--> $DIR/feature-gate-gen_blocks.rs:5:5
|
LL | gen {};
| ^^^ not found in this scope
error: aborting due to previous error
For more information about this error, try `rustc --explain E0422`.
|