rtic/rtic/ui/inner_attribute.stderr
Johannes Cornelis Draaijer 4ebe6e0a7e 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-03 16:56:16 +02:00

11 lines
302 B
Text

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