salsa/tests/compile-fail/salsa_fields_incompatibles.stderr
Niko Matsakis 68a3a7fceb wip
2024-07-19 08:05:39 -04:00

11 lines
311 B
Text

error: the field name `from` is disallowed in salsa structs
--> tests/compile-fail/salsa_fields_incompatibles.rs:4:5
|
4 | from: u32,
| ^^^^
error: the field name `new` is disallowed in salsa structs
--> tests/compile-fail/salsa_fields_incompatibles.rs:10:5
|
10 | new: u32,
| ^^^