File: async-fn.stderr

package info (click to toggle)
rust-no-panic 0.1.32-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
error: no_panic attribute on async fn is not supported
 --> tests/ui/async-fn.rs:3:1
  |
3 | #[no_panic]
  | ^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `no_panic` (in Nightly builds, run with -Z macro-backtrace for more info)