Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
consts
/
const-eval
/
issue-85907.stderr
blob: fa1bbf2187f7713695d6204635e940ee19e6c00c [
file
] [
log
] [
blame
]
error
:
argument to
`panic!()`
in
a
const
context must have type
`&str`
-->
$DIR
/
issue
-
85907.rs
:
2
:
5
|
LL
|
panic
!(
123
);
|
^^^^^^^^^^^
error
:
aborting due to
1
previous error