rust/tests/ui/attributes/attr-mix-new.stderr
Jonathan Brouwer 66b8a9db1f
Update uitests with new unused_attributes warnings
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
2025-10-18 21:17:48 +02:00

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