Files
rust/tests/ui/resolve/issue-26545.stderr
Christian Poveda b2ab7cf980 Gate 2015 UI tests
2025-11-27 11:19:00 -05:00

15 lines
367 B
Plaintext

error[E0425]: cannot find function, tuple struct or tuple variant `B` in this scope
--> $DIR/issue-26545.rs:8:9
|
LL | B(());
| ^ not found in this scope
|
help: consider importing this tuple struct
|
LL + use foo::B;
|
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.