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