summaryrefslogtreecommitdiffstats
path: root/third_party/rust/inherent/tests/ui/default-with-body.stderr
blob: 82dee8dd14e547bd15f8df0e8768c7f42083cde3 (plain)
1
2
3
4
5
6
7
8
error: Default method can't have a body
  --> $DIR/default-with-body.rs:12:21
   |
12 |           fn a(&self) {
   |  _____________________^
13 | |             println!("Default with a body >:-P");
14 | |         }
   | |_________^