rust/tests/run-make/deref-impl-rustdoc-ice/bar.rs

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

5 lines
55 B
Rust
Raw Normal View History

2016-12-20 15:22:09 -06:00
#![crate_type = "lib"]
#[derive(Debug)]
pub struct S;