about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2024-10-24 00:20:04 +0000
committerEsteban Küber <esteban@kuber.com.ar>2024-10-25 18:06:39 +0000
commitaa82fd6d1dd2f2ac6a44dbfa99e1de779b58428a (patch)
tree6082435730875b64e0a659c46f351f66eca7586f /compiler/rustc_codegen_llvm/src
parent24ac777a641c7efc6d2f6e9a69617800314119f5 (diff)
downloadrust-aa82fd6d1dd2f2ac6a44dbfa99e1de779b58428a.tar.gz
rust-aa82fd6d1dd2f2ac6a44dbfa99e1de779b58428a.zip
Tweak highlighting when trait is available for different type
When printing

```
  = help: the trait `chumsky::private::ParserSealed<'_, &'a str, ((), ()), chumsky::extra::Full<EmptyErr, (), ()>>` is implemented for `Then<Ignored<chumsky::combinator::Filter<chumsky::primitive::Any<&str, chumsky::extra::Full<EmptyErr, (), ()>>, {closure@src/main.rs:9:17: 9:27}>, char>, chumsky::combinator::Map<impl CSTParser<'a, O>, O, {closure@src/main.rs:11:24: 11:27}>, (), (), chumsky::extra::Full<EmptyErr, (), ()>>`
  = help: for that trait implementation, expected `((), ())`, found `()`
```

Highlight only the `expected` and `found` types, instead of the full type in the first `help`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions