ruwuma/crates/ruma-events/tests/it/ui/08-enum-invalid-path.stderr
Kévin Commaille 8994a00246 events: Update trybuild output
Warnings are added because of the `unexpected_cfgs` lint.
2025-02-16 15:13:59 -05:00

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:7:40
|
7 | "m.not.a.path" => ruma_events::not::a::path,
| ^^^ could not find `not` in `ruma_events`