File: unsupported-self.stderr

package info (click to toggle)
rust-async-trait 0.1.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 204 kB
  • sloc: makefile: 2
file content (5 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
4
5
error: Self type of this impl is unsupported in expression position
  --> $DIR/unsupported-self.rs:11:17
   |
11 |         let _ = Self;
   |                 ^^^^