about summary refs log tree commit diff
path: root/tests/ui/async-await/async-drop/dependency-dropped.without_feature.stderr
blob: 96a4572055c6085fd0a73b6d20027420fdc54972 (plain)
1
2
3
4
5
6
7
8
9
10
warning: found async drop types in dependency `async_drop_dep`, but async_drop feature is disabled for `dependency_dropped`
  --> $DIR/dependency-dropped.rs:7:1
   |
LL | #![cfg_attr(with_feature, feature(async_drop))]
   | ^
   |
   = help: if async drop type will be dropped in a crate without `feature(async_drop)`, sync Drop will be used

warning: 1 warning emitted