about summary refs log tree commit diff
path: root/tests/ui/impl-trait/issues/issue-100075.stderr
blob: bca2874b2b4b1fe46e4a8f942db8aee51ad77d82 (plain)
1
2
3
4
5
6
7
8
9
error[E0720]: cannot resolve opaque type
  --> $DIR/issue-100075.rs:13:37
   |
LL | fn _g<T>(t: &'static T) -> &'static impl Marker {
   |                                     ^^^^^^^^^^^

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0720`.