rust-cache/tests/tests/trybuild/fail_to_compile.stderr
2025-08-14 12:02:54 +02:00

6 lines
229 B
Plaintext

error[E0599]: no method named `foobar` found for reference `&'static str` in the current scope
--> tests/trybuild/fail_to_compile.rs:2:14
|
2 | "foobar".foobar();
| ^^^^^^ method not found in `&'static str`