summaryrefslogtreecommitdiffstats
path: root/vendor/quote/tests
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/quote/tests')
-rw-r--r--vendor/quote/tests/ui/not-quotable.stderr18
1 files changed, 9 insertions, 9 deletions
diff --git a/vendor/quote/tests/ui/not-quotable.stderr b/vendor/quote/tests/ui/not-quotable.stderr
index 79d46548d..35cb6f2b1 100644
--- a/vendor/quote/tests/ui/not-quotable.stderr
+++ b/vendor/quote/tests/ui/not-quotable.stderr
@@ -8,13 +8,13 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
| required by a bound introduced by this call
|
= help: the following other types implement trait `ToTokens`:
- &'a T
- &'a mut T
- Box<T>
- Cow<'a, T>
- Option<T>
- Rc<T>
- RepInterp<T>
- String
- and 23 others
+ bool
+ char
+ isize
+ i8
+ i16
+ i32
+ i64
+ i128
+ and $N others
= note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)