Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
static
/
static-mut-not-constant.rs
blob: 3830b46828707f456382943b872a90d86541de9e [
file
] [
log
] [
blame
]
static
mut
a
:
Box
<
isize
>
=
Box
::
new
(
3
);
//~^ ERROR cannot call non-const associated function
fn
main
()
{}