diff options
| author | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2017-01-31 14:45:08 +0100 |
|---|---|---|
| committer | Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de> | 2017-01-31 14:45:08 +0100 |
| commit | d73e84d2e7a7733d507ed7a3a44af4ab7941ce88 (patch) | |
| tree | 1f42af80bc27bf0e856e0643c110d10b7305067f /src/test/parse-fail | |
| parent | 0c85f2a1bdb01666e74cd391df630da581f12ad0 (diff) | |
| download | rust-d73e84d2e7a7733d507ed7a3a44af4ab7941ce88.tar.gz rust-d73e84d2e7a7733d507ed7a3a44af4ab7941ce88.zip | |
use suggestions instead of helps with code in them
Diffstat (limited to 'src/test/parse-fail')
| -rw-r--r-- | src/test/parse-fail/tuple-float-index.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/parse-fail/tuple-float-index.rs b/src/test/parse-fail/tuple-float-index.rs index f3f5e356346..57ad89ad374 100644 --- a/src/test/parse-fail/tuple-float-index.rs +++ b/src/test/parse-fail/tuple-float-index.rs @@ -12,5 +12,6 @@ fn main () { (1, (2, 3)).1.1; //~ ERROR unexpected token - //~^ HELP try parenthesizing the first index; e.g., `(foo.1).1` + //~^ HELP try parenthesizing the first index + //~| SUGGESTION ((1, (2, 3)).1).1 } |
