| error: unit tests in doctest are not executed | |
| --> tests/ui/test_attr_in_doctest.rs:6:5 | |
| | | |
| LL | /// #[test] | |
| | ^^^^^^^ | |
| | | |
| = note: `-D clippy::test-attr-in-doctest` implied by `-D warnings` | |
| = help: to override `-D warnings` add `#[allow(clippy::test_attr_in_doctest)]` | |
| error: unit tests in doctest are not executed | |
| --> tests/ui/test_attr_in_doctest.rs:16:5 | |
| | | |
| LL | /// #[test] | |
| | ^^^^^^^ | |
| ... | |
| LL | /// #[test] | |
| | ^^^^^^^ | |
| error: aborting due to 2 previous errors | |