<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-fail/assert-macro-static.rs, branch 1.30.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.30.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.30.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-10-29T20:06:13+00:00</updated>
<entry>
<title>Update infrastructure for fail -&gt; panic</title>
<updated>2014-10-29T20:06:13+00:00</updated>
<author>
<name>Steve Klabnik</name>
<email>steve@steveklabnik.com</email>
</author>
<published>2014-10-28T18:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ac7fc73f5acfe30c698ea4f8bfc37b30473977e'/>
<id>urn:sha1:6ac7fc73f5acfe30c698ea4f8bfc37b30473977e</id>
<content type='text'>
This includes updating the language items and marking what needs to
change after a snapshot.

If you do not use the standard library, the language items you need to
implement have changed. For example:

```rust
 #[lang = "fail_fmt"] fn fail_fmt() -&gt; ! { loop {} }
```

is now

```rust
 #[lang = "panic_fmt"] fn panic_fmt() -&gt; ! { loop {} }
```

Related, lesser-implemented language items `fail` and
`fail_bounds_check` have become `panic` and `panic_bounds_check`, as
well. These are implemented by `libcore`, so it is unlikely (though
possible!) that these two renamings will affect you.

[breaking-change]

Fix test suite
</content>
</entry>
<entry>
<title>modified logging function to truncate output and adjusted error output formatting tests to be compatible with both the new and old runtimes</title>
<updated>2013-08-03T07:09:04+00:00</updated>
<author>
<name>toddaaro</name>
<email>github@opprobrio.us</email>
</author>
<published>2013-08-02T23:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eab749a5f326b0cab3a1f71f260a35c96d263758'/>
<id>urn:sha1:eab749a5f326b0cab3a1f71f260a35c96d263758</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added test cases for all fail message formats</title>
<updated>2013-04-26T08:23:12+00:00</updated>
<author>
<name>Marvin Löbel</name>
<email>loebel.marvin@gmail.com</email>
</author>
<published>2013-04-26T08:23:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=928a07e9cb576640d122fbd7428b8a39b925c5f7'/>
<id>urn:sha1:928a07e9cb576640d122fbd7428b8a39b925c5f7</id>
<content type='text'>
</content>
</entry>
</feed>
