File: no_return_value.stderr

package info (click to toggle)
rust-impl-trait-for-tuples 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 352 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
error: Not supported by full-automatic tuple implementation. Use semi-automatic tuple implementation for more control of the implementation.
 --> tests/ui/no_return_value.rs:3:15
  |
3 |     fn test() -> u32;
  |               ^