Searched refs:trappable_error_type (Results 1 – 12 of 12) sorted by relevance
153 trappable_error_type: {193 trappable_error_type: {689 trappable_error_type: {703 trappable_error_type: {717 trappable_error_type: {816 trappable_error_type: {
151 trappable_error_type: {376 trappable_error_type: {
23 trappable_error_type: {
25 trappable_error_type: {
248 trappable_error_type: { "inline:inline/imports.e1" => TrappableE1 },430 trappable_error_type: { "inline:inline/imports.e2" => TrappableE2 },603 trappable_error_type: { "inline:inline/imports.e3" => TrappableE3 },800 trappable_error_type: { "inline:inline/types.e1" => TrappableE1 },
104 trappable_error_type: {
32 trappable_error_type: {
34 trappable_error_type: {
110 Opt::TrappableErrorType(val) => opts.trappable_error_type = val, in parse()250 syn::custom_keyword!(trappable_error_type);366 } else if l.peek(kw::trappable_error_type) { in parse()367 input.parse::<kw::trappable_error_type>()?; in parse()
75 trappable_error_type: {
130 trappable_error_type: {
133 pub trappable_error_type: Vec<TrappableError>, field337 'outer: for (i, te) in self.opts.trappable_error_type.iter().enumerate() { in generate()