]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/bounded-hr-lifetime.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[rust.git] / src / test / 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