rust/tests/ui/rfcs/rfc-2091-track-caller/macro-declaration.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

12 lines
447 B
Text

warning: `#[track_caller]` attribute cannot be used on macro defs
--> $DIR/macro-declaration.rs:4:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= help: `#[track_caller]` can only be applied to functions
= note: requested on the command line with `-W unused-attributes`
warning: 1 warning emitted