diff options
Diffstat (limited to 'src/ir/comp.rs')
-rw-r--r-- | src/ir/comp.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir/comp.rs b/src/ir/comp.rs index 50d0ddb1..24909cb5 100644 --- a/src/ir/comp.rs +++ b/src/ir/comp.rs @@ -1169,7 +1169,7 @@ impl CompInfo { } } - let kind = try!(kind); + let kind = kind?; debug!("CompInfo::from_ty({:?}, {:?})", kind, cursor); |