• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error: the `Self` constructor can only be used with tuple or unit structs
2  --> tests/ui/unsupported-self.rs:11:17
3   |
411 |         let _ = Self;
5   |                 ^^^^
6