mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
c30b41012d
```rust reuse prefix::{a, b, c} ```
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
error: empty list delegation is not supported
|
|
--> $DIR/empty-list.rs:6:1
|
|
|
|
|
LL | reuse m::{};
|
|
| ^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|