This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
rust
/
tests
/
ui
/
static
/
static-mut-not-constant.rs
5 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
Remove uses of `box_syntax` in rustc and tools
2023-02-27 13:07:44 +00:00
static
mut
a
:
Box
<
isize
>
=
Box
::
new
(
3
)
;
//~^ ERROR cannot call non-const fn
Add 'static mut' items to the language
2013-06-21 18:46:34 -07:00
fn
main
(
)
{
}
Copy permalink