File: calling_method_in_static_function.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-- 215 bytes parent folder | download
1
2
3
4
5
error: Can not call non-static method from within a static method.
  --> $DIR/calling_method_in_static_function.rs:12:27
   |
12 |         for_tuples!( ( #( Tuple.test() ),* ) )
   |                           ^^^^^