diff options
| author | oliver-giersch <oliver.giersch@googlemail.com> | 2018-10-13 17:39:37 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-13 17:39:37 +0200 |
| commit | fa76d42b3e547bd3a0e049cc2c1e00f6b9560d6c (patch) | |
| tree | 40d9eb773863de13bd2f7bfcad5e88eb19bf1f96 /src/test/ui/panic-handler/panic-handler-wrong-location.stderr | |
| parent | 2d81989974a134025be733115574bee8084095b4 (diff) | |
| parent | 24faa975895b548a2868491b1268076cc599151d (diff) | |
| download | rust-fa76d42b3e547bd3a0e049cc2c1e00f6b9560d6c.tar.gz rust-fa76d42b3e547bd3a0e049cc2c1e00f6b9560d6c.zip | |
Merge pull request #1 from rust-lang/master
sync fork with upstream (master)
Diffstat (limited to 'src/test/ui/panic-handler/panic-handler-wrong-location.stderr')
| -rw-r--r-- | src/test/ui/panic-handler/panic-handler-wrong-location.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ui/panic-handler/panic-handler-wrong-location.stderr b/src/test/ui/panic-handler/panic-handler-wrong-location.stderr new file mode 100644 index 00000000000..f761e26b86e --- /dev/null +++ b/src/test/ui/panic-handler/panic-handler-wrong-location.stderr @@ -0,0 +1,11 @@ +error[E0718]: `panic_impl` language item must be applied to a function + --> $DIR/panic-handler-wrong-location.rs:16:1 + | +LL | #[panic_handler] + | ^^^^^^^^^^^^^^^^ attribute should be applied to a function, not a static item + +error: `#[panic_handler]` function required, but not found + +error: aborting due to 2 previous errors + +For more information about this error, try `rustc --explain E0718`. |
