summaryrefslogtreecommitdiffstats
path: root/tests/ui/resolve/issue-26545.stderr
blob: d3c86692501d68ee2102e6d3d0050b03f64d03e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0425]: cannot find function, tuple struct or tuple variant `B` in this scope
  --> $DIR/issue-26545.rs:7:9
   |
LL |         B(());
   |         ^ not found in this scope
   |
help: consider importing this tuple struct
   |
LL |     use foo::B;
   |

error: aborting due to previous error

For more information about this error, try `rustc --explain E0425`.