]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #33320 - birkenfeld:issue31573, r=arielb1
authorManish Goregaokar <manishsmail@gmail.com>
Mon, 2 May 2016 19:32:43 +0000 (01:02 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Tue, 3 May 2016 02:35:27 +0000 (08:05 +0530)
commit1d6cc191fc65784dc533cfd3a59262cd8c299e3c
treeeb5e1d40971ff91897fa110562475dd8aeaff474
parent308f10cdf5d1ddc8824e179d74951a7bd90b9476
parentd20b4067fd0e1b641b0c126bd69461b09171519e
Rollup merge of #33320 - birkenfeld:issue31573, r=arielb1

diagnostics for E0432: imports are relative to crate root

This is curiously missing from both the short message and this long diagnostic.

Refs #31573 (not sure if it should be considered "fixed" as the short message still only refers to extern crates).