blob: 9af75d248884a81aa02b433cc209e85be9076522 (
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'
|