aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/cfg/cfg_attr-resolve.stderr
blob: 45af3ae05abbc5d5a00c2e09c7d3e77d624c0270 (plain)
1
2
3
4
5
error[E0599]: no method named `project` found for struct `std::pin::Pin<&mut Foo<u8>>` in the current scope
  --> $DIR/cfg_attr-resolve.rs:10:31
   |
10 |     let _x = Pin::new(&mut x).project(); //~ ERROR E0599
   |                               ^^^^^^^ method not found in `std::pin::Pin<&mut Foo<u8>>`