mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-31 21:48:29 +08:00
8 lines
179 B
Rust
8 lines
179 B
Rust
// Regression test for <https://github.com/rust-lang/rust/issues/150921>.
|
|
|
|
#[doc(alias = "==")]
|
|
pub struct OperatorEqEqAlias;
|
|
|
|
#[doc(alias = "!=")]
|
|
pub struct OperatorNotEqAlias;
|