rust/tests/ui/derived-errors/issue-31997.stderr
Lukas Wirth 23d5231607 Use non-2015 edition paths in tests that do not test for their resolution
This allows for testing these tests on editions other than 2015
2025-06-03 10:13:33 +02:00

10 lines
300 B
Plaintext

error[E0425]: cannot find function `bar` in this scope
--> $DIR/issue-31997.rs:14:16
|
LL | closure(|| bar(core::ptr::null_mut()))?;
| ^^^ not found in this scope
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.