mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
93297bfb05
```rust #![allow(internal_features)] #![feature(never_type, rustc_attrs)] #![rustc_never_type_options(diverging_block_default = "unit")] fn main() { let _: u8 = { //~ error: expected `u8`, found `()` return; }; } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |