2023-10-04 13:04:45 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/27862
|
2023-10-04 12:08:47 -07:00
|
|
|
#![crate_name="issue_27862"]
|
|
|
|
|
2019-02-09 21:23:30 +00:00
|
|
|
/// Tests | Table
|
2015-08-22 21:07:36 +01:00
|
|
|
/// ------|-------------
|
|
|
|
/// t = b | id = \|x\| x
|
2024-06-21 14:03:08 +02:00
|
|
|
pub struct Foo; //@ has issue_27862/struct.Foo.html //td 'id = |x| x'
|