]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rfc-2632-const-trait-impl/staged-api.staged.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / rfc-2632-const-trait-impl / staged-api.staged.stderr
1 error: trait methods cannot be stable const fn
2 --> $DIR/staged-api.rs:22:5
3 |
4 LL | / fn func() {
5 LL | |
6 LL | | }
7 | |_____^
8
9 error: aborting due to previous error
10