bendns' repos
/
rust-analyzer
Unnamed repository; edit this file 'description' to name the repository.
f2f5748
rust-analyzer
/ crates/syntax/test_data/parser/inline/ok/0029_cast_expr.rs
Raw
1
2
3
4
5
6
fn foo() { 82 as i32; 81 as i8 + 1; 79 as i16 - 1; 0x36 as u8 <= 0x37; }