summary refs log tree commit diff
path: root/src/test/ui/save-analysis/issue-68621.stderr
blob: 3af6d0a3e076e74dcfb886c0e0d77e79037a64a2 (plain)
1
2
3
4
5
6
7
8
error: could not find defining uses
  --> $DIR/issue-68621.rs:14:19
   |
LL |     type Future = impl Trait;
   |                   ^^^^^^^^^^

error: aborting due to previous error