This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
a1d1d7a2c6
os-rust
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-unsized_tuple_coercion.rs
5 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Move unsized_tuple_coercion behind a feature gate.
2017-06-24 16:20:27 +09:00
fn
main
(
)
{
let
_
:
&
(
Send
,
)
=
&
(
(
)
,
)
;
lower case some feature gate messages
2018-06-25 21:29:13 -05:00
//~^ ERROR unsized tuple coercion is not stable enough
Move unsized_tuple_coercion behind a feature gate.
2017-06-24 16:20:27 +09:00
}
Reference in a new issue
Copy permalink