]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-1445-restrict-constants-in-patterns/issue-63479-match-fnptr.stderr
Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis
[rust.git] / src / test / ui / rfc-1445-restrict-constants-in-patterns / issue-63479-match-fnptr.stderr
1 warning: function pointers and unsized pointers in patterns behave unpredictably and should not be relied upon. See https://github.com/rust-lang/rust/issues/70861 for details.
2   --> $DIR/issue-63479-match-fnptr.rs:35:7
3    |
4 LL |     B(TEST) => println!("matched"),
5    |       ^^^^
6    |
7 note: the lint level is defined here
8   --> $DIR/issue-63479-match-fnptr.rs:8:9
9    |
10 LL | #![warn(pointer_structural_match)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^^^
12    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
13    = note: for more information, see issue #62411 <https://github.com/rust-lang/rust/issues/70861>
14
15 warning: 1 warning emitted
16