Files
lix/tests/functional2/lang/float/warn-depr-syntax.err.exp
T
piegamesandCommentator2.0 cbaa172775 libexpr: Warn on floating point literals without leading or trailing zero
Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems>
Change-Id: I0b58531ad091b22dc59d5717f5d1c8c814b4d2ea
2026-01-31 15:32:27 +01:00

7 lines
312 B
Plaintext

warning: Found floating point literal without leading zero. To fix this warning, add a zero before the dot. Use --extra-deprecated-feature floating-without-zero to silence this warning
at /pwd/in.nix:2:9:
1| rec {
2| a = .1;
| ^
3| }