Lines Matching defs:Error
14 struct Error { in test_braced() struct
15 msg: String, in test_braced()
26 struct Error { in test_braced_unused() struct
27 extra: usize, in test_braced_unused()
37 struct Error(usize); in test_tuple() struct
46 struct Error; in test_unit() struct
54 enum Error { in test_enum() enum
72 struct Error { in test_constants() struct
73 id: &'static str, in test_constants()
86 enum Error { in test_inherit() enum
100 struct Error; in test_brace_escape() struct
109 struct Error; in test_expr() struct
117 struct Error(bool); in test_nested() struct
134 struct Error(String, Option<usize>); in test_match() struct
151 pub enum Error {} in test_void() enum
160 struct Error { in test_mixed() struct
161 a: usize, in test_mixed()
162 d: usize, in test_mixed()
171 enum Error { in test_ints() enum
189 struct Error(char); in test_trailing_comma() struct
203 struct Error(Inner); in test_field() struct
238 struct Error { in test_raw() struct
239 r#fn: &'static str, in test_raw()
248 enum Error { in test_raw_enum() enum
259 enum Error { in test_raw_conflict() enum
271 struct Error; in test_keyword() struct