]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-festival.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / error-festival.stderr
index 81aa268cacc5cd62c11f9d082247d321361c3958..43122c13efba88cdca97cd3f0176bf6d082a20f7 100644 (file)
@@ -44,14 +44,8 @@ LL | enum Question {
 note: the following trait must be implemented
   --> $SRC_DIR/core/src/ops/bit.rs:LL:COL
    |
-LL | / pub trait Not {
-LL | |     /// The resulting type after applying the `!` operator.
-LL | |     #[stable(feature = "rust1", since = "1.0.0")]
-LL | |     type Output;
-...  |
-LL | |     fn not(self) -> Self::Output;
-LL | | }
-   | |_^
+LL | pub trait Not {
+   | ^^^^^^^^^^^^^
 
 error[E0604]: only `u8` can be cast as `char`, not `u32`
   --> $DIR/error-festival.rs:25:5