Files
rust/tests/run-make/diagnostics-traits-from-duplicate-crates/minibevy.rs

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

3 lines
40 B
Rust
Raw Normal View History

2024-11-21 16:54:18 +00:00
pub trait Resource {}
pub struct Ray2d;