mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 03:38:29 +00:00
12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
![]() |
warning: the feature `precise_capturing` is incomplete and may not be safe to use and/or cause compiler crashes
|
||
|
--> $DIR/elided.rs:3:12
|
||
|
|
|
||
|
LL | #![feature(precise_capturing)]
|
||
|
| ^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= note: see issue #123432 <https://github.com/rust-lang/rust/issues/123432> for more information
|
||
|
= note: `#[warn(incomplete_features)]` on by default
|
||
|
|
||
|
warning: 1 warning emitted
|
||
|
|