]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2632-const-trait-impl/hir-const-check.stderr
New upstream version 1.45.0+dfsg1
[rustc.git] / src / test / ui / rfc-2632-const-trait-impl / hir-const-check.stderr
CommitLineData
ba9703b0
XL
1error[E0658]: `match` is not allowed in a `const fn`
2 --> $DIR/hir-const-check.rs:12:9
3 |
4LL | match *self {}
5 | ^^^^^^^^^^^^^^
6 |
7 = note: see issue #49146 <https://github.com/rust-lang/rust/issues/49146> for more information
8 = help: add `#![feature(const_if_match)]` to the crate attributes to enable
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0658`.