|
| 1 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 2 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:43:14 |
| 3 | + | |
| 4 | +LL | Wrap(CFN1) => count += 1, |
| 5 | + | ^^^^ |
| 6 | + | |
| 7 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 8 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 9 | + = note: `#[warn(pointer_structural_match)]` on by default |
| 10 | + |
| 11 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 12 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:52:14 |
| 13 | + | |
| 14 | +LL | Wrap(CFN2) => count += 1, |
| 15 | + | ^^^^ |
| 16 | + | |
| 17 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 18 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 19 | + |
| 20 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 21 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:61:14 |
| 22 | + | |
| 23 | +LL | Wrap(CFN3) => count += 1, |
| 24 | + | ^^^^ |
| 25 | + | |
| 26 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 27 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 28 | + |
| 29 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 30 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:70:14 |
| 31 | + | |
| 32 | +LL | Wrap(CFN4) => count += 1, |
| 33 | + | ^^^^ |
| 34 | + | |
| 35 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 36 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 37 | + |
| 38 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 39 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:79:14 |
| 40 | + | |
| 41 | +LL | Wrap(CFN5) => count += 1, |
| 42 | + | ^^^^ |
| 43 | + | |
| 44 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 45 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 46 | + |
| 47 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 48 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:88:14 |
| 49 | + | |
| 50 | +LL | Wrap(CFN6) => count += 1, |
| 51 | + | ^^^^ |
| 52 | + | |
| 53 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 54 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 55 | + |
| 56 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 57 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:97:14 |
| 58 | + | |
| 59 | +LL | Wrap(CFN7) => count += 1, |
| 60 | + | ^^^^ |
| 61 | + | |
| 62 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 63 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 64 | + |
| 65 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 66 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:106:14 |
| 67 | + | |
| 68 | +LL | Wrap(CFN8) => count += 1, |
| 69 | + | ^^^^ |
| 70 | + | |
| 71 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 72 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 73 | + |
| 74 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 75 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:115:14 |
| 76 | + | |
| 77 | +LL | Wrap(CFN9) => count += 1, |
| 78 | + | ^^^^ |
| 79 | + | |
| 80 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 81 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 82 | + |
| 83 | +warning: function pointers and raw pointers not derived from integers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details. |
| 84 | + --> $DIR/fn-ptr-is-structurally-matchable.rs:138:9 |
| 85 | + | |
| 86 | +LL | CFOO => count += 1, |
| 87 | + | ^^^^ |
| 88 | + | |
| 89 | + = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! |
| 90 | + = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861> |
| 91 | + |
| 92 | +warning: 10 warnings emitted |
| 93 | + |
0 commit comments