mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-25 04:27:52 +00:00
6 lines
309 B
Text
6 lines
309 B
Text
|
error[E0601]: `main` function not found in crate `$CRATE`
|
||
|
--> tests/compile-fail/panic-when-reading-fields-of-tracked-structs-from-older-revisions.rs:46:2
|
||
|
|
|
||
|
46 | }
|
||
|
| ^ consider adding a `main` function to `$DIR/tests/compile-fail/panic-when-reading-fields-of-tracked-structs-from-older-revisions.rs`
|