mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
8 lines
219 B
Rust
8 lines
219 B
Rust
// https://github.com/rust-lang/rust/issues/27862
|
|
#![crate_name="issue_27862"]
|
|
|
|
/// Tests | Table
|
|
/// ------|-------------
|
|
/// t = b | id = \|x\| x
|
|
pub struct Foo; // @has issue_27862/struct.Foo.html //td 'id = |x| x'
|