10 lines
251 B
Text
10 lines
251 B
Text
warning: crate-level attribute should be in the root module
|
|
--> $DIR/attr-mix-new.rs:7:3
|
|
|
|
|
LL | #![feature(globs)]
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: requested on the command line with `-W unused-attributes`
|
|
|
|
warning: 1 warning emitted
|
|
|