about summary refs log tree commit diff
path: root/tests/ui/traits/lifetime-incomplete-prefer-sized-builtin-over-wc.current.stderr
blob: d99a4cbd3780214f738c3e8ceeb9c79e4369da00 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: lifetime may not live long enough
  --> $DIR/lifetime-incomplete-prefer-sized-builtin-over-wc.rs:20:5
   |
LL | fn foo<'a, T: ?Sized>()
   |        -- lifetime `'a` defined here
...
LL |     is_sized::<(MyType<'a, T>,)>();
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ requires that `'a` must outlive `'static`

error: aborting due to 1 previous error