Files
rust/tests/ui/traits/default-method-fn-call-9123.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
Rust
Raw Normal View History

2025-07-13 16:56:31 -04:00
// https://github.com/rust-lang/rust/issues/9123
//@ run-pass
//@ aux-build:aux-9123.rs
extern crate aux_9123;
pub fn main() {}