This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-05 06:27:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c5819b2b9b
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-22 01:46:34 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink