• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: no_panic attribute on const fn is not supported
2 --> tests/ui/const-fn.rs:3:1
3  |
43 | #[no_panic]
5  | ^^^^^^^^^^^
6  |
7  = note: this error originates in the attribute macro `no_panic` (in Nightly builds, run with -Z macro-backtrace for more info)
8