We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a99bc commit 25f0294Copy full SHA for 25f0294
tests/ui/traits/impl-2.rs
@@ -10,7 +10,7 @@ pub mod Foo {
10
}
11
12
mod Bar {
13
- impl<'a> dyn (crate::Foo::Trait) + 'a {
+ impl<'a> dyn crate::Foo::Trait + 'a {
14
fn bar(&self) { self.foo() }
15
16
0 commit comments