Files
Notes/notes-service/vendor/ref-cast/tests/ui/cross-crate.stderr
T
2026-08-01 16:11:49 +03:00

12 lines
397 B
Plaintext

error[E0639]: cannot create non-exhaustive struct using struct expression
--> tests/ui/cross-crate.rs:5:32
|
5 | fn ref_cast(s: &str) -> &Struct;
| ^
error[E0639]: cannot create non-exhaustive struct using struct expression
--> tests/ui/cross-crate.rs:8:44
|
8 | fn ref_cast_mut(s: &mut str) -> &mut Struct;
| ^