rtic/rtic/ui/outer_attribute.stderr
Johannes Cornelis Draaijer 3ba1632f8d rtic-macros: forward attributes applied to app module
Instead of ignoring additional attributes applied to the app
module, we can forward them to the generated code.
2025-09-17 19:40:38 +02:00

11 lines
292 B
Text

error: this lint expectation is unfulfilled
--> ui/outer_attribute.rs:5:10
|
5 | #[expect(while_true)]
| ^^^^^^^^^^
|
note: the lint level is defined here
--> ui/outer_attribute.rs:2:9
|
2 | #![deny(unfulfilled_lint_expectations)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^