about summary refs log tree commit diff
path: root/tests/ui/delegation/empty-glob.stderr
blob: f4d282f6a0f6c6be0aedea9142a5c00855489030 (plain)
1
2
3
4
5
6
7
8
error: empty glob delegation is not supported
  --> $DIR/empty-glob.rs:8:5
   |
LL |     reuse Trait::*;
   |     ^^^^^^^^^^^^^^^

error: aborting due to 1 previous error