Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-20389.rs
blob: e201663afc522c34996c6f3a85e19c08d08494ec [
file
]
//@ run-pass
#![
allow
(
dead_code
)]
//@ aux-build:issue-20389.rs
extern
crate issue_20389
;
struct
Foo
;
impl
issue_20389
::
T
for
Foo
{
type
C
=
();
}
fn
main
()
{}