5f92a56ed6
Under the gate, `x @ Some(y)` is allowed. This is subject to various restrictions for soundness.
9 lines
283 B
Plaintext
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
|
|
|