]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-59508.stderr
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
[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