about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2020-06-08 09:55:35 +0200
committerGitHub <noreply@github.com>2020-06-08 09:55:35 +0200
commit7983e56f40e7536a645993485754c302e5090435 (patch)
tree1c2d58cb9bd0d9a45bc5972c256eac6db0f94a14 /src
parent13f2838c04af1e2a17e71453d67a8bac6a006765 (diff)
parentaf68249a8d5b106c454edb044dac9fa5dbeaf0b3 (diff)
downloadrust-7983e56f40e7536a645993485754c302e5090435.tar.gz
rust-7983e56f40e7536a645993485754c302e5090435.zip
Rollup merge of #73092 - GuillaumeGomez:cleanup-e0646, r=Dylan-DPC
Clean up E0646

r? @Dylan-DPC
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