blob: e53c2c5882c47490332693db15a32130736215d6 [file]
error[E0425]: cannot find value `a` in this scope
--> $DIR/error-count.rs:6:5
|
LL | a;
| ^ not found in this scope
error[E0609]: no field `lorem` on type `&'static str`
--> $DIR/error-count.rs:7:8
|
LL | "".lorem;
| ^^^^^ unknown field
error[E0609]: no field `ipsum` on type `&'static str`
--> $DIR/error-count.rs:8:8
|
LL | "".ipsum;
| ^^^^^ unknown field
error: aborting due to 3 previous errors
Some errors have detailed explanations: E0425, E0609.
For more information about an error, try `rustc --explain E0425`.