blob: 8fc09c89f786b08a20b6b2aaa413835839d4bbec [file] [log] [blame]
// Issue 61711: A crate pub re-exporting `crate` was causing an
// infinite loop.
// edition:2018
// aux-build:xcrate-issue-61711-b.rs
// compile-flags:--extern xcrate_issue_61711_b
// run-pass
fn f<F: Fn(xcrate_issue_61711_b::Struct)>(_: F) { }
fn main() { }