3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-14 16:18:43 +00:00
rust-cache/tests/tests/trybuild/fail_to_compile.stderr
Filippo Neysofu Costa 67c46e7159
Support for trybuild and similar macro testing tools (#168)
Signed-off-by: Filippo Costa <filippo@neysofu.me>
2023-09-12 19:32:03 +02:00

6 lines
221 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 `&str`