about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2020-06-07 15:22:15 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2020-06-07 15:22:15 +0200
commitaf68249a8d5b106c454edb044dac9fa5dbeaf0b3 (patch)
treee4171edffb5fd9c3998762a1f5ddb038aecb90dc /src
parent680a4b2fbdca0dc6c5ceec826a8dbeabe28f305d (diff)
downloadrust-af68249a8d5b106c454edb044dac9fa5dbeaf0b3.tar.gz
rust-af68249a8d5b106c454edb044dac9fa5dbeaf0b3.zip
Clean up E0646
Diffstat (limited to 'src')
-rw-r--r--src/librustc_error_codes/error_codes/E0646.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_error_codes/error_codes/E0646.md b/src/librustc_error_codes/error_codes/E0646.md
index e01dbae8b90..1e9ec7d4380 100644
--- a/src/librustc_error_codes/error_codes/E0646.md
+++ b/src/librustc_error_codes/error_codes/E0646.md
@@ -1,4 +1,5 @@
 It is not possible to define `main` with a where clause.
+
 Erroneous code example:
 
 ```compile_fail,E0646