Files
rust/tests/ui/dyn-keyword/methods-with-mut-trait-and-polymorphic-objects-issue-8401.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
//@ run-pass
//@ aux-build:aux-8401.rs
// https://github.com/rust-lang/rust/issues/8401
extern crate aux_8401;
pub fn main() {}