mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-24 12:54:00 +00:00
9 lines
141 B
Rust
9 lines
141 B
Rust
![]() |
//@ aux-build:issue-117997.rs
|
||
|
//@ build-pass
|
||
|
|
||
|
extern crate issue_117997;
|
||
|
|
||
|
pub fn main() {
|
||
|
issue_117997::get_assoc().method_on_assoc();
|
||
|
}
|