diff options
| author | Hirochika Matsumoto <git@hkmatsumoto.com> | 2021-10-03 15:53:02 +0900 |
|---|---|---|
| committer | Hirochika Matsumoto <git@hkmatsumoto.com> | 2021-10-03 16:16:28 +0900 |
| commit | 3818981ca12ca79dc446fad849d48ebe1257cbc7 (patch) | |
| tree | 35f2bda3785b1c5b5c167c3018e4c2758b8f5eb0 /src/test/ui/error-codes | |
| parent | 77f1e504a953efbbd59673a75c3cd530d5b3c530 (diff) | |
| download | rust-3818981ca12ca79dc446fad849d48ebe1257cbc7.tar.gz rust-3818981ca12ca79dc446fad849d48ebe1257cbc7.zip | |
Practice diagnostic message convention
Diffstat (limited to 'src/test/ui/error-codes')
| -rw-r--r-- | src/test/ui/error-codes/E0395.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/error-codes/E0395.stderr b/src/test/ui/error-codes/E0395.stderr index 674cc696450..ea17e95a719 100644 --- a/src/test/ui/error-codes/E0395.stderr +++ b/src/test/ui/error-codes/E0395.stderr @@ -1,4 +1,4 @@ -error: pointers cannot be reliably compared during const eval. +error: pointers cannot be reliably compared during const eval --> $DIR/E0395.rs:4:29 | LL | static BAZ: bool = unsafe { (&FOO as *const i32) == (&BAR as *const i32) }; |
