parent
dee8423531
commit
b220db03bd
2 changed files with 14 additions and 10 deletions
|
|
@ -78,6 +78,10 @@ fn bar<'b>() {
|
|||
|
||||
let a = A;
|
||||
a.foo::<<'a>||>();
|
||||
|
||||
// issue #13490
|
||||
let _ = || -> ! loop {};
|
||||
let _ = proc() -> ! loop {};
|
||||
}
|
||||
|
||||
struct B<T>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue