Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
consts
/
const-eval
/
issue-85907.stderr
blob: 70eae7309a634c16f72801c3302493b5b9340be5 [
file
] [
log
] [
blame
] [
edit
]
error
:
argument to
`panic!()`
in
a
const
context must have type
`&str`
-->
$DIR
/
issue
-
85907.rs
:
3
:
5
|
LL
|
panic
!(
123
);
|
^^^^^^^^^^^
error
:
aborting due to
1
previous error