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