]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc-1445-restrict-constants-in-patterns/match-forbidden-without-eq.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / rfc-1445-restrict-constants-in-patterns / match-forbidden-without-eq.stderr
index 9a5d57d411832e3b0386207d241685246db548f0..df4809dabf159beae8fc19dddb3c55e882017450 100644 (file)
@@ -14,14 +14,5 @@ LL |         f32::INFINITY => { }
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #41620 <https://github.com/rust-lang/rust/issues/41620>
 
-warning: floating-point types cannot be used in patterns
-  --> $DIR/match-forbidden-without-eq.rs:18:9
-   |
-LL |         f32::INFINITY => { }
-   |         ^^^^^^^^^^^^^
-   |
-   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
-   = note: for more information, see issue #41620 <https://github.com/rust-lang/rust/issues/41620>
-
-error: aborting due to previous error; 2 warnings emitted
+error: aborting due to previous error; 1 warning emitted