5 lines
263 B
Text
5 lines
263 B
Text
error[E0433]: failed to resolve: could not find `not` in `ruma_events`
|
|
--> tests/it/ui/08-enum-invalid-path.rs:5:40
|
|
|
|
|
5 | "m.not.a.path" => ruma_events::not::a::path,
|
|
| ^^^ could not find `not` in `ruma_events`
|