diff options
Diffstat (limited to 'tests/ui/error-codes/E0463.stderr')
-rw-r--r-- | tests/ui/error-codes/E0463.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/error-codes/E0463.stderr b/tests/ui/error-codes/E0463.stderr new file mode 100644 index 000000000..1aa66e1ec --- /dev/null +++ b/tests/ui/error-codes/E0463.stderr @@ -0,0 +1,9 @@ +error[E0463]: can't find crate for `cookie_monster` + --> $DIR/E0463.rs:2:11 + | +LL | #![plugin(cookie_monster)] + | ^^^^^^^^^^^^^^ can't find crate + +error: aborting due to previous error + +For more information about this error, try `rustc --explain E0463`. |