rust/tests/ui/feature-gates/feature-gate-fn_delegation.rs
Vadim Petrochenkov edf6c9c223 Add an experimental feature gate for function delegation
In accordance with the [process](https://github.com/rust-lang/lang-team/blob/master/src/how_to/experiment.md).

Detailed description of the feature can be found in the RFC repo - https://github.com/rust-lang/rfcs/pull/3530.
2023-11-23 17:27:31 +03:00

4 lines
33 B
Rust

todo!(); //~ ERROR
fn main() {}