summary refs log tree commit diff
path: root/src/test/ui/hrtb/issue-46989.nll.stderr
blob: 6c127b92d97d19d7224b066b4130f79d3eb97b3b (plain)
1
2
3
4
5
6
7
8
error: higher-ranked subtype error
  --> $DIR/issue-46989.rs:38:5
   |
LL |     assert_foo::<fn(&i32)>();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error