rust/src/test/ui/pattern/bindings-after-at/borrowck-pat-by-copy-bindings-in-at.stderr
Mazdak Farrokhzad 5f92a56ed6 Introduce #![feature(bindings_after_at)].
Under the gate, `x @ Some(y)` is allowed.
This is subject to various restrictions for soundness.
2019-12-23 14:47:19 +01:00

9 lines
283 B
Plaintext

warning: the feature `bindings_after_at` is incomplete and may cause the compiler to crash
--> $DIR/borrowck-pat-by-copy-bindings-in-at.rs:6:12
|
LL | #![feature(bindings_after_at)]
| ^^^^^^^^^^^^^^^^^
|
= note: `#[warn(incomplete_features)]` on by default