 --> [ local path prefix ]/array/format_alias_not_numeric.fpp:5:25
  |
5 | array A = [3] T format "{.3f}"
  |                         ^^^^^ Fixed format replacement cannot be used for type `T`
  |
 ::: [ local path prefix ]/array/format_alias_not_numeric.fpp:5:15
  |
5 | array A = [3] T format "{.3f}"
  |               - type defined here

