diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2021-07-21 15:52:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-21 15:52:53 +0200 |
| commit | 3a8bc0d7da1c675e3c56e9f703eb5fdc20874b2f (patch) | |
| tree | 4b1f69fd54478ba6be8edf9cefdacda297a8ba01 /src/test/ui | |
| parent | 23ecb8b0cfd11b3d7aa11ed450357633aff8c425 (diff) | |
| parent | 8b75feceddbf4e162524418b72e1f5331de7109b (diff) | |
| download | rust-3a8bc0d7da1c675e3c56e9f703eb5fdc20874b2f.tar.gz rust-3a8bc0d7da1c675e3c56e9f703eb5fdc20874b2f.zip | |
Rollup merge of #87342 - midgleyc:add-E0757-long, r=GuillaumeGomez
Add long explanation for E0757 Helps with #61137
Diffstat (limited to 'src/test/ui')
| -rw-r--r-- | src/test/ui/ffi_const2.stderr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/ffi_const2.stderr b/src/test/ui/ffi_const2.stderr index 0b401942c47..0c30c9dc50c 100644 --- a/src/test/ui/ffi_const2.stderr +++ b/src/test/ui/ffi_const2.stderr @@ -6,3 +6,4 @@ LL | #[ffi_pure] error: aborting due to previous error +For more information about this error, try `rustc --explain E0757`. |
