Skip to content

Commit

Permalink
Add 82073
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Feb 20, 2021
1 parent 773b7b0 commit b518f23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ices/82073.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#![feature(let_chains)]
#[async_std::main]
async fn main() -> Result<()> {
if let Some(_) = 2 && let Some(sixteen) = 16 {
isize::from_str_radix("A", sixteen)?;
}
Ok(())
}

0 comments on commit b518f23

Please sign in to comment.