<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/parse-fail/tuple-float-index.rs, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-04-05T16:55:56+00:00</updated>
<entry>
<title>Use proper span for tuple index parsed as float</title>
<updated>2017-04-05T16:55:56+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2017-04-05T16:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=44e414c4770ff0800c375ddbb8e0f46ee00bcab1'/>
<id>urn:sha1:44e414c4770ff0800c375ddbb8e0f46ee00bcab1</id>
<content type='text'>
Fix diagnostic suggestion from:

```rust
help: try parenthesizing the first index
  |     (1, (2, 3)).((1, (2, 3)).1).1;
```

to the correct:

```rust
help: try parenthesizing the first index
  |     ((1, (2, 3)).1).1;
```
</content>
</entry>
<entry>
<title>use suggestions instead of helps with code in them</title>
<updated>2017-01-31T13:45:08+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-01-31T13:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d73e84d2e7a7733d507ed7a3a44af4ab7941ce88'/>
<id>urn:sha1:d73e84d2e7a7733d507ed7a3a44af4ab7941ce88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix tuple float bug.</title>
<updated>2015-09-14T14:26:11+00:00</updated>
<author>
<name>christopherdumas</name>
<email>christopherdumas@me.com</email>
</author>
<published>2015-09-02T22:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=afa905fcf59580ac76b3e3677b5d9c82b4a19169'/>
<id>urn:sha1:afa905fcf59580ac76b3e3677b5d9c82b4a19169</id>
<content type='text'>
</content>
</entry>
</feed>
