<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/macro_backtrace, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-02-26T17:24:02+00:00</updated>
<entry>
<title>Update UI tests</title>
<updated>2018-02-26T17:24:02+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-02-23T00:42:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fa2d9fc4b9e578d95fbf65613d1bf732fbdfb0d4'/>
<id>urn:sha1:fa2d9fc4b9e578d95fbf65613d1bf732fbdfb0d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix test in macro_backtrace</title>
<updated>2018-01-26T16:56:37+00:00</updated>
<author>
<name>varkor</name>
<email>github@varkor.com</email>
</author>
<published>2018-01-26T16:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aa6cc6e1898067c4311e260960bca776f3e02715'/>
<id>urn:sha1:aa6cc6e1898067c4311e260960bca776f3e02715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move error checks out of span for easier to follow `.stderr`</title>
<updated>2017-12-13T19:27:18+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2017-12-13T19:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4b8e99540ed815f7c0187cf2db8a2e4c0a61d8f'/>
<id>urn:sha1:d4b8e99540ed815f7c0187cf2db8a2e4c0a61d8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use spans for -Z external-macro-backtrace</title>
<updated>2017-12-09T20:43:46+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2017-12-09T02:35:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7bb67abd32ae15476cd40746cae7f9a96bc65da'/>
<id>urn:sha1:b7bb67abd32ae15476cd40746cae7f9a96bc65da</id>
<content type='text'>
```
% rustc ui/type-check/cannot_infer_local_or_vec.rs -Z external-macro-backtrace
error[E0282]: type annotations needed
  --&gt; &lt;vec macros&gt;:3:1
   |
1  | / ( $ elem : expr ; $ n : expr ) =&gt; (
2  | | $ crate :: vec :: from_elem ( $ elem , $ n ) ) ; ( $ ( $ x : expr ) , * ) =&gt; (
3  | | &lt; [ _ ] &gt; :: into_vec ( box [ $ ( $ x ) , * ] ) ) ; ( $ ( $ x : expr , ) * )
   | | ^^^^^^^^^^^^^^^^^^^^^
   | | |
   | | cannot infer type for `T`
4  | | =&gt; ( vec ! [ $ ( $ x ) , * ] )
   | |______________________________- in this expansion of `vec!`
   |
  ::: ui/type-check/cannot_infer_local_or_vec.rs
   |
12 |       let x = vec![];
   |           -   ------ in this macro invocation
   |           |
   |           consider giving `x` a type

error: aborting due to previous error
```
</content>
</entry>
<entry>
<title>Point to next token when it is in the expected line</title>
<updated>2017-11-29T21:28:47+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2017-11-29T21:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe897409579177d1ffd964b6d5a8de0024e5df68'/>
<id>urn:sha1:fe897409579177d1ffd964b6d5a8de0024e5df68</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge cfail and ui tests into ui tests</title>
<updated>2017-11-24T10:32:35+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-11-20T12:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8937d6a6cfb011d9e1fe6b4a426913dbbf9fd584'/>
<id>urn:sha1:8937d6a6cfb011d9e1fe6b4a426913dbbf9fd584</id>
<content type='text'>
</content>
</entry>
<entry>
<title>address review comments</title>
<updated>2017-11-20T18:03:20+00:00</updated>
<author>
<name>Alex Burka</name>
<email>alex@alexburka.com</email>
</author>
<published>2017-11-20T18:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b34a7ffb2524bbe2e8d563a846f6c9f8e2453c1a'/>
<id>urn:sha1:b34a7ffb2524bbe2e8d563a846f6c9f8e2453c1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use -Z flag instead of env var</title>
<updated>2017-11-19T22:30:14+00:00</updated>
<author>
<name>Alex Burka</name>
<email>alex@alexburka.com</email>
</author>
<published>2017-11-18T20:16:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a5a1f98572887d9642c7321be6c0d5abf7aaffb'/>
<id>urn:sha1:7a5a1f98572887d9642c7321be6c0d5abf7aaffb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add UI test</title>
<updated>2017-11-19T22:22:22+00:00</updated>
<author>
<name>Alex Burka</name>
<email>alex@alexburka.com</email>
</author>
<published>2017-10-27T04:50:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcd1fedf034b8735605b390f3a4d75b65162b514'/>
<id>urn:sha1:bcd1fedf034b8735605b390f3a4d75b65162b514</id>
<content type='text'>
</content>
</entry>
</feed>
