]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/bounded-hr-lifetime.stderr
Merge commit '7d53619064ab7045c383644cb445052d2a3d46db' into sync_cg_clif-2023-02-09
[rust.git] / tests / rustdoc-ui / bounded-hr-lifetime.stderr
1 error: lifetime bounds cannot be used in this context
2   --> $DIR/bounded-hr-lifetime.rs:6:13
3    |
4 LL |     for<'a: 'b + 'c> &'a (): std::fmt::Debug,
5    |             ^^   ^^
6
7 error: Compilation failed, aborting rustdoc
8
9 error: aborting due to 2 previous errors
10