rust-analyzer/crates/syntax
bors f23114c854 Auto merge of #13161 - ChayimFriedman2:pi-is-zero, r=jonas-schievink
fix: Lower float literals with underscores

Fixes #13155 (the problem was the `PI` is defined with `_f64` suffix). `PI` is still truncated, though, because `f64` cannot represent the value with full precision.
2022-09-01 20:51:22 +00:00
..
fuzz Bump MSRV (1.57) 2021-12-16 01:56:12 +05:00
src Auto merge of #13161 - ChayimFriedman2:pi-is-zero, r=jonas-schievink 2022-09-01 20:51:22 +00:00
test_data Fix .gitattributes for test_data 2022-07-24 14:05:35 +02:00
Cargo.toml Disable all source-gen tests at compile time 2022-07-24 10:38:28 +02:00
rust.ungram Remove hir::Expr::MacroStmts 2022-08-31 16:58:11 +02:00