We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26872f7 commit db78fcfCopy full SHA for db78fcf
tests/ui/consts/custom-suffixes.rs
@@ -19,4 +19,5 @@ fn main() {
19
const _M: f64 = 1.0e+________________________6;
20
const _N: f64 = 1.0e-________________________6;
21
const _O: f64 = 1.0e-________________________9;
22
+ const _P: f64 = 1e_______________0f64;
23
}
0 commit comments