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-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
error-codes
/
E0508.rs
7 lines
107 B
Rust
Raw
Normal View
History
Unescape
Escape
`bless` also produces `.nll` files now
2018-05-17 08:17:06 +00:00
struct
NonCopy
;
fn
main
(
)
{
let
array
=
[
NonCopy
;
1
]
;
Update tests for grouped nll move errors
2018-06-27 21:07:20 +00:00
let
_value
=
array
[
0
]
;
//~ ERROR [E0508]
`bless` also produces `.nll` files now
2018-05-17 08:17:06 +00:00
}
Reference in New Issue
Copy Permalink