]> git.proxmox.com Git - rustc.git/blame - src/test/ui/borrowck/issue-64453.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / borrowck / issue-64453.stderr
CommitLineData
60c5eb7d 1error[E0658]: `match` is not allowed in a `static`
e74abb32
XL
2 --> $DIR/issue-64453.rs:4:31
3 |
4LL | static settings_dir: String = format!("");
5 | ^^^^^^^^^^^
6 |
60c5eb7d
XL
7 = note: for more information, see https://github.com/rust-lang/rust/issues/49146
8 = help: add `#![feature(const_if_match)]` to the crate attributes to enable
e74abb32
XL
9 = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
10
60c5eb7d 11error: aborting due to previous error
e74abb32 12
60c5eb7d 13For more information about this error, try `rustc --explain E0658`.