about summary refs log tree commit diff
path: root/src/test/parse-fail/extern-foreign-crate.rs
AgeCommit message (Collapse)AuthorLines
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-0/+2
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-1/+1
The compiler will now issue a warning for crates that have syntax of the form `extern crate "foo" as bar`, but it will still continue to accept this syntax. Additionally, the string `foo-bar` will match the crate name `foo_bar` to assist in the transition period as well. This patch will land hopefully in tandem with a Cargo patch that will start translating all crate names to have underscores instead of hyphens. cc #23533
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-0/+14