summary refs log tree commit diff
path: root/tests/ui/impl-trait/precise-capturing/self-capture.stderr
blob: 5a058c6826d28c7411fdde984a6f847eab591903 (plain)
1
2
3
4
5
6
7
8
9
10
11
warning: the feature `precise_capturing` is incomplete and may not be safe to use and/or cause compiler crashes
  --> $DIR/self-capture.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