]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-59508.stderr
Auto merge of #79113 - andjo403:raw_vec_ptr, r=m-ou-se
[rust.git] / src / test / ui / issues / issue-59508.stderr
1 error: lifetime parameters must be declared prior to type parameters
2   --> $DIR/issue-59508.rs:10:25
3    |
4 LL |     pub fn do_things<T, 'a, 'b: 'a>() {
5    |                     ----^^--^^----- help: reorder the parameters: lifetimes, then types, then consts: `<'a, 'b: 'a, T>`
6
7 error: aborting due to previous error
8