mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +00:00
11 lines
311 B
Text
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,
|
|
| ^^^
|