rust/tests/ui/const-generics/early
Esteban Küber f0845adb0c Show diff suggestion format on verbose replacement
```
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;
   |
```
2025-02-10 20:21:39 +00:00
..
closing-args-token.rs
closing-args-token.stderr
const-expression-parameter.rs
const-expression-parameter.stderr
const-param-from-outer-fn.rs
const-param-from-outer-fn.stderr
const-param-hygiene.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
const-param-shadowing.rs
const-param-shadowing.stderr
const_arg_trivial_macro_expansion-1.rs add tests 2024-11-28 12:20:00 +00:00
const_arg_trivial_macro_expansion-2.rs Check for both `StmtKind::MacCall` and `ExprKind::MacCall` 2024-11-05 18:23:21 +00:00
const_arg_trivial_macro_expansion-2.stderr Tweak multispan rendering 2024-12-12 23:36:27 +00:00
const_arg_trivial_macro_expansion-3-pass.rs add tests 2024-11-28 12:20:00 +00:00
const_arg_trivial_macro_expansion-4.rs add tests 2024-11-28 12:20:00 +00:00
const_arg_trivial_macro_expansion-4.stderr add tests 2024-11-28 12:20:00 +00:00
invalid-const-arguments.rs
invalid-const-arguments.stderr Show diff suggestion format on verbose replacement 2025-02-10 20:21:39 +00:00
macro_rules-braces.rs
macro_rules-braces.stderr generic_const_exprs: suggest to add the feature, not use it 2023-11-30 20:59:51 +01:00
trivial-const-arg-macro-braced-expansion.rs Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-macro-braced-expansion.stderr Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-macro-nested-braces-2.rs Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-macro-nested-braces-2.stderr Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-macro-nested-braces.rs Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-macro-nested-braces.stderr Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-macro-nested.rs Retroactively feature gate `ConstArgKind::Path` 2024-08-19 01:14:22 +01:00
trivial-const-arg-macro-param.rs Retroactively feature gate `ConstArgKind::Path` 2024-08-19 01:14:22 +01:00
trivial-const-arg-macro-res-error.rs Retroactively feature gate `ConstArgKind::Path` 2024-08-19 01:14:22 +01:00
trivial-const-arg-macro-res-error.stderr Retroactively feature gate `ConstArgKind::Path` 2024-08-19 01:14:22 +01:00
trivial-const-arg-macro.rs Retroactively feature gate `ConstArgKind::Path` 2024-08-19 01:14:22 +01:00
trivial-const-arg-nested-braces.rs Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00
trivial-const-arg-nested-braces.stderr Handle macro calls in anon const def creation take 2 2024-09-21 22:17:18 +01:00