6 lines
247 B
Plaintext
6 lines
247 B
Plaintext
error[E0433]: failed to resolve: could not find `not` in `events`
|
|
--> tests/events/ui/08-enum-invalid-path.rs:6:35
|
|
|
|
|
6 | "m.not.a.path" => events::not::a::path,
|
|
| ^^^ could not find `not` in `events`
|