blob: bf4c75a97a8ab75d00370200004a3ac74cebd5b1 (
plain)
| 1
2
3
4
5
6
7
 | // 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'
 |