File: default-with-default.stderr

package info (click to toggle)
rust-blanket 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 548 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
error: method should not have default implementation if using #[blanket(default = "...")]
 --> tests/fails/default-with-default.rs:6:5
  |
6 |     fn method() {}
  |     ^^^^^^^^^^^^^^