This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
14e59bb317c3c901bce83deb16ee9bfa5cc90e28
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
(
)
{
}
Reference in New Issue
Copy Permalink