about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorJonathan Turner <jonathandturner@users.noreply.github.com>2016-08-20 07:09:37 -0700
committerGitHub <noreply@github.com>2016-08-20 07:09:37 -0700
commit9072861c2044b85c3bb8503487d5772297053cf8 (patch)
treee437ade751764c2f56a3c9c3be904b815ad27031 /src/libstd/sys/unix/stack_overflow.rs
parentb22352f568a4189dcf0719d5a2b8511c4832806e (diff)
parent54d0acd2fc6414930ff27c01c8640f4e9c666ad5 (diff)
downloadrust-9072861c2044b85c3bb8503487d5772297053cf8.tar.gz
rust-9072861c2044b85c3bb8503487d5772297053cf8.zip
Rollup merge of #35839 - jonathandturner:error_touchup, r=Aatch
Wording fixes in error messages

This PR is largely wording fixes to existing PRs that I found going back through the ones that have already been updated.  Sometimes seeing the message in context made me think "oh there's a better wording!"

There's one additional fix.  This will also prevent the secondary underlining of derive call (since they look like macros to the system in the way I was using):

```
error[E0184]: the trait `Copy` may not be implemented for this type; the type has a destructor
  --> src/test/compile-fail/E0184.rs:11:10
   |
11 | #[derive(Copy)] //~ ERROR E0184
   |          ^^^^
   |          |
   |          in this macro invocation
```

Is now just:

```
error[E0184]: the trait `Copy` may not be implemented for this type; the type has a destructor
  --> src/test/compile-fail/E0184.rs:11:10
   |
11 | #[derive(Copy)] //~ ERROR E0184
   |          ^^^^
```
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions