]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #15074 : conradkleinespel/rust/master, r=pcwalton
authorbors <bors@rust-lang.org>
Sat, 21 Jun 2014 17:31:32 +0000 (17:31 +0000)
committerbors <bors@rust-lang.org>
Sat, 21 Jun 2014 17:31:32 +0000 (17:31 +0000)
Using something like:

```rust
box "string"
```

yields
```shell
"`~\"string\"` has been removed; use `\"string\".to_string()` instead"
```

Should the error message maybe say `box "string"` instead?


Trivial merge