Skip to content

Commit a8c1095

Browse files
committed
add note about impossibility of an impl
1 parent f31c035 commit a8c1095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2017-03-16-Rust-1.16.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ limit false positives.
176176
177177
[we should remove the help message entirely]: https://github.com/rust-lang/rust/pull/37057
178178
179+
> An aside: the above implementation is not possible; `Name` would need to use `String`, not `&str`.
180+
179181
In other diagnostic changes, previous versions of Rust would helpfully attempt to suggest fixes for typos:
180182
181183
```rust

0 commit comments

Comments
 (0)