mirror of https://github.com/rust-lang/rust.git
![]() ``` error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields --> $DIR/attempted-access-non-fatal.rs:7:15 | LL | let _ = 2.l; | ^ | help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix | LL - let _ = 2.l; LL + let _ = 2.0f64; | ``` |
||
---|---|---|
.. | ||
bad-format-args.rs | ||
bad-format-args.stderr | ||
coherence-overlapping-inherent-impl-trait.rs | ||
coherence-overlapping-inherent-impl-trait.stderr | ||
empty_span.rs | ||
empty_span.stderr | ||
huge_multispan_highlight.ascii.svg | ||
huge_multispan_highlight.rs | ||
huge_multispan_highlight.unicode.svg | ||
issue-11715.rs | ||
issue-11715.stderr | ||
issue-28308.rs | ||
issue-28308.stderr | ||
one_line.rs | ||
one_line.stderr | ||
overlapping_inherent_impls.rs | ||
overlapping_inherent_impls.stderr | ||
tab.rs | ||
tab.stderr | ||
tab_2.rs | ||
tab_2.stderr | ||
tab_3.rs | ||
tab_3.stderr | ||
two_files.rs | ||
two_files.stderr | ||
two_files_data.rs | ||
unicode.expanded.stdout | ||
unicode.normal.stderr | ||
unicode.rs | ||
unicode_2.rs | ||
unicode_2.stderr | ||
unicode_3.rs | ||
unicode_3.stderr |