diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-07-07 17:01:32 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2015-07-07 19:37:54 +0200 |
| commit | 3c76163e1dc410db525bfaa7157726bd7a8a7dfe (patch) | |
| tree | a206a782c82429e5265dffc9f32f71a3ea5a35bf | |
| parent | 26f0cd5de7f71a0db0bb3857ce49a11cd0f7d876 (diff) | |
| download | rust-3c76163e1dc410db525bfaa7157726bd7a8a7dfe.tar.gz rust-3c76163e1dc410db525bfaa7157726bd7a8a7dfe.zip | |
Add missing "```"
| -rw-r--r-- | src/librustc_typeck/diagnostics.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_typeck/diagnostics.rs b/src/librustc_typeck/diagnostics.rs index 549c89599ec..81d4a93a6fa 100644 --- a/src/librustc_typeck/diagnostics.rs +++ b/src/librustc_typeck/diagnostics.rs @@ -1467,6 +1467,7 @@ impl Foo for Bar { // the impl fn foo() {} } +``` "##, E0192: r##" |
