rust/src/test
Ryan Prichard 85b084f4bd Reject -L "", -L native=, and other empty search paths.
It wasn't clear to me that early_error was correct here, but it seems to
work. This code is reachable from `rustdoc`, which is problematic, because
early_error panics. rustc handles the panics gracefully (without ICEing or
crashing), but rustdoc does not. It's not the first such rustdoc problem,
though:

    $ rustdoc hello.rs --extern std=bad-std
    error: extern location for std does not exist: bad-std
    hello.rs:1:1: 1:1 error: can't find crate for `std`
    hello.rs:1
           ^
    error: aborting due to 2 previous errors
    thread '<unnamed>' panicked at 'Box<Any>', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libsyntax/diagnostic.rs:151
    thread '<unnamed>' panicked at 'called `Result::unwrap()` on an `Err` value: "rustc failed"', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libcore/result.rs:744
    thread '<main>' panicked at 'child thread None panicked', /home/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libstd/thread.rs:661
2015-03-13 23:49:44 -07:00
..
auxiliary Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
bench
codegen
compile-fail Reject -L "", -L native=, and other empty search paths. 2015-03-13 23:49:44 -07:00
compile-fail-fulldeps
debuginfo Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton 2015-03-13 18:11:13 +05:30
parse-fail Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis 2015-03-12 20:13:23 +00:00
pretty
run-fail
run-make rustdoc: Fix ICE with cross-crate default impls 2015-03-12 21:01:49 -07:00
run-pass Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
run-pass-fulldeps syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
run-pass-valgrind