| #![feature(rustdoc_missing_doc_code_examples)] //~ ERROR missing code example in this documentation |
| #![deny(rustdoc::missing_doc_code_examples)] |
| //~^ ERROR missing code example in this documentation |
| /// And then, the princess died. |
| //~^ ERROR missing code example in this documentation |
| /// Or maybe not because she saved herself! |
| //~^ ERROR missing code example in this documentation |
| // This impl is here to ensure the lint isn't emitted for foreign traits implementations. |
| impl std::ops::Neg for Foo { |
| fn neg(self) -> Self::Output { |