Files
rust/tests/rustdoc-ui/doctest/warn-main-not-called.stderr
2025-10-03 17:04:17 +02:00

15 lines
503 B
Plaintext

warning: the `main` function of this doctest won't be run as it contains expressions at the top level, meaning that the whole doctest code will be wrapped in a function
--> $DIR/warn-main-not-called.rs:10:1
|
LL | //! ```
| ^^^^^^^
warning: the `main` function of this doctest won't be run as it contains expressions at the top level, meaning that the whole doctest code will be wrapped in a function
--> $DIR/warn-main-not-called.rs:19:1
|
LL | //!
| ^^^
warning: 2 warnings emitted