rust/tests/rustdoc-js/search-non-local-trait-impl.rs

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

9 lines
209 B
Rust
Raw Normal View History

2023-10-11 09:33:51 +00:00
//@ aux-crate:priv:equivalent=equivalent.rs
//@ compile-flags: -Zunstable-options --extern equivalent
//@ edition:2018
extern crate equivalent;
#[derive(Clone, PartialEq, Eq, Debug)]
pub struct LayoutError;