<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/multiple-main-3.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-08-14T08:38:00+00:00</updated>
<entry>
<title>Moved compile-fail tests to ui tests.</title>
<updated>2018-08-14T08:38:00+00:00</updated>
<author>
<name>David Wood</name>
<email>david@davidtw.co</email>
</author>
<published>2018-08-08T12:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b16a30677f4e641329e768272cf9d3ecc2fa31c4'/>
<id>urn:sha1:b16a30677f4e641329e768272cf9d3ecc2fa31c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syntax: Feature gate #[start] and #[main]</title>
<updated>2015-01-16T22:59:03+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-01-16T18:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38cb91e66ca7fc7374909b31598dab09db37edaa'/>
<id>urn:sha1:38cb91e66ca7fc7374909b31598dab09db37edaa</id>
<content type='text'>
These two attributes are used to change the entry point into a Rust program, but
for now they're being put behind feature gates until we have a chance to think
about them a little more. The #[start] attribute specifically may have its
signature changed.

This is a breaking change to due the usage of these attributes generating errors
by default now. If your crate is using these attributes, add this to your crate
root:

    #![feature(start)] // if you're using the #[start] attribute
    #![feature(main)]  // if you're using the #[main] attribute

cc #20064
</content>
</entry>
<entry>
<title>Assign more diagnostic codes</title>
<updated>2014-07-18T18:13:19+00:00</updated>
<author>
<name>Jakub Wieczorek</name>
<email>jakub@jakub.cc</email>
</author>
<published>2014-07-17T17:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5274e997abc9273ef259199a1036f7753246bada'/>
<id>urn:sha1:5274e997abc9273ef259199a1036f7753246bada</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allowing the entry point name to be something other than main</title>
<updated>2013-01-14T21:58:13+00:00</updated>
<author>
<name>ILyoan</name>
<email>ilyoan@gmail.com</email>
</author>
<published>2013-01-11T09:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7cefd0c962e8ad8a77de45ede39d615d0f78924'/>
<id>urn:sha1:b7cefd0c962e8ad8a77de45ede39d615d0f78924</id>
<content type='text'>
add build tests
</content>
</entry>
</feed>
