rust/tests/ui/rust-2018/uniform-paths/auxiliary/issue-87932-a.rs

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

4 lines
48 B
Rust
Raw Normal View History

pub trait Deserialize {
fn deserialize();
}