blob: 3a079f47555b64e62b06f2b43de92a1d74eb7464 [file] [log] [blame]
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
|
10 | //! ```
| ^^^^^^^
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
|
19 | //! ```
| ^^^^^^^
warning: 2 warnings emitted