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-04-29 11:37:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
rust
/
tests
/
ui
/
borrowck
/
immutable-arg.rs
7 lines
102 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Assignment to immutable argument: diagnostic tweak
2018-01-08 01:02:26 +00:00
fn
foo
(
_x
:
u32
)
{
_x
=
4
;
Update tests
2019-05-02 22:34:15 +00:00
//~^ ERROR cannot assign to immutable argument `_x`
Assignment to immutable argument: diagnostic tweak
2018-01-08 01:02:26 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink