diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-05-14 15:14:02 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-08-30 09:40:43 +0200 |
| commit | 274543b9cae2918a7d01733569d31a3a7e258bcb (patch) | |
| tree | a1d7a0651c18e1fca6b154a08117461670fd36ea /src/test/rustdoc | |
| parent | 93cdf5e3c45a0578c79afe8563065d07e5f6984f (diff) | |
| download | rust-274543b9cae2918a7d01733569d31a3a7e258bcb.tar.gz rust-274543b9cae2918a7d01733569d31a3a7e258bcb.zip | |
Add warnings when rustdoc html rendering differs
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/issue-12834.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/issue-12834.rs b/src/test/rustdoc/issue-12834.rs index 30dce27e738..48d63d9566a 100644 --- a/src/test/rustdoc/issue-12834.rs +++ b/src/test/rustdoc/issue-12834.rs @@ -15,7 +15,7 @@ // @has issue_12834/fn.foo.html // @has - //pre 'a + b ' -/// ``` +/// ```text /// a + b ∈ Self ∀ a, b ∈ Self /// ``` pub fn foo() {} |
