salsa/tests/compile-fail/salsa_fields_incompatibles.stderr

12 lines
311 B
Text
Raw Normal View History

error: the field name `from` is disallowed in salsa structs
2024-07-19 12:05:39 +00:00
--> tests/compile-fail/salsa_fields_incompatibles.rs:4:5
|
2024-07-19 12:05:39 +00:00
4 | from: u32,
| ^^^^
error: the field name `new` is disallowed in salsa structs
2024-07-19 12:05:39 +00:00
--> tests/compile-fail/salsa_fields_incompatibles.rs:10:5
|
2024-07-19 12:05:39 +00:00
10 | new: u32,
| ^^^