@@ -5,14 +5,14 @@ error[E0277]: the trait bound `u8: Responder<'_, '_>` is not satisfied
55 | ^^ the trait `Responder<'_, '_>` is not implemented for `u8`
66 |
77 = help: the following other types implement trait `Responder<'r, 'o>`:
8- < &'o [u8] as Responder<'r, 'o>>
9- < &'o str as Responder<'r, 'o>>
10- <() as Responder<'r, 'static>>
11- < (ContentType, R) as Responder<'r, 'o>>
12- < (Status, R) as Responder<'r, 'o>>
13- < Accepted<R> as Responder<'r, 'o>>
14- < Arc<[u8]> as Responder<'r, 'static>>
15- < Arc<str> as Responder<'r, 'static>>
8+ ` &'o [u8]` implements ` Responder<'r, 'o>`
9+ ` &'o str` implements ` Responder<'r, 'o>`
10+ `()` implements ` Responder<'r, 'static>`
11+ ` (ContentType, R)` implements ` Responder<'r, 'o>`
12+ ` (Status, R)` implements ` Responder<'r, 'o>`
13+ ` Accepted<R>` implements ` Responder<'r, 'o>`
14+ ` Arc<[u8]>` implements ` Responder<'r, 'static>`
15+ ` Arc<str>` implements ` Responder<'r, 'static>`
1616 and $N others
1717
1818error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
@@ -22,14 +22,14 @@ error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
2222 | ^^^^^^^^^ the trait `From<u8>` is not implemented for `Header<'_>`, which is required by `u8: Into<Header<'_>>`
2323 |
2424 = help: the following other types implement trait `From<T>`:
25- < Header<'static> as From<&Cookie<'_>>>
26- < Header<'static> as From<&ExpectCt>>
27- < Header<'static> as From<&Frame>>
28- < Header<'static> as From<&Hsts>>
29- < Header<'static> as From<&NoSniff>>
30- < Header<'static> as From<&Permission>>
31- < Header<'static> as From<&Prefetch>>
32- < Header<'static> as From<&Referrer>>
25+ ` Header<'static>` implements ` From<&Cookie<'_>>`
26+ ` Header<'static>` implements ` From<&ExpectCt>`
27+ ` Header<'static>` implements ` From<&Frame>`
28+ ` Header<'static>` implements ` From<&Hsts>`
29+ ` Header<'static>` implements ` From<&NoSniff>`
30+ ` Header<'static>` implements ` From<&Permission>`
31+ ` Header<'static>` implements ` From<&Prefetch>`
32+ ` Header<'static>` implements ` From<&Referrer>`
3333 and $N others
3434 = note: required for `u8` to implement `Into<Header<'_>>`
3535note: required by a bound in `Response::<'r>::set_header`
@@ -45,14 +45,14 @@ error[E0277]: the trait bound `u8: Responder<'_, '_>` is not satisfied
4545 | ^^ the trait `Responder<'_, '_>` is not implemented for `u8`
4646 |
4747 = help: the following other types implement trait `Responder<'r, 'o>`:
48- < &'o [u8] as Responder<'r, 'o>>
49- < &'o str as Responder<'r, 'o>>
50- <() as Responder<'r, 'static>>
51- < (ContentType, R) as Responder<'r, 'o>>
52- < (Status, R) as Responder<'r, 'o>>
53- < Accepted<R> as Responder<'r, 'o>>
54- < Arc<[u8]> as Responder<'r, 'static>>
55- < Arc<str> as Responder<'r, 'static>>
48+ ` &'o [u8]` implements ` Responder<'r, 'o>`
49+ ` &'o str` implements ` Responder<'r, 'o>`
50+ `()` implements ` Responder<'r, 'static>`
51+ ` (ContentType, R)` implements ` Responder<'r, 'o>`
52+ ` (Status, R)` implements ` Responder<'r, 'o>`
53+ ` Accepted<R>` implements ` Responder<'r, 'o>`
54+ ` Arc<[u8]>` implements ` Responder<'r, 'static>`
55+ ` Arc<str>` implements ` Responder<'r, 'static>`
5656 and $N others
5757
5858error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
@@ -62,14 +62,14 @@ error[E0277]: the trait bound `Header<'_>: From<u8>` is not satisfied
6262 | ^^^^^^^^^ the trait `From<u8>` is not implemented for `Header<'_>`, which is required by `u8: Into<Header<'_>>`
6363 |
6464 = help: the following other types implement trait `From<T>`:
65- < Header<'static> as From<&Cookie<'_>>>
66- < Header<'static> as From<&ExpectCt>>
67- < Header<'static> as From<&Frame>>
68- < Header<'static> as From<&Hsts>>
69- < Header<'static> as From<&NoSniff>>
70- < Header<'static> as From<&Permission>>
71- < Header<'static> as From<&Prefetch>>
72- < Header<'static> as From<&Referrer>>
65+ ` Header<'static>` implements ` From<&Cookie<'_>>`
66+ ` Header<'static>` implements ` From<&ExpectCt>`
67+ ` Header<'static>` implements ` From<&Frame>`
68+ ` Header<'static>` implements ` From<&Hsts>`
69+ ` Header<'static>` implements ` From<&NoSniff>`
70+ ` Header<'static>` implements ` From<&Permission>`
71+ ` Header<'static>` implements ` From<&Prefetch>`
72+ ` Header<'static>` implements ` From<&Referrer>`
7373 and $N others
7474 = note: required for `u8` to implement `Into<Header<'_>>`
7575note: required by a bound in `Response::<'r>::set_header`
@@ -85,14 +85,14 @@ error[E0277]: the trait bound `Header<'_>: From<std::string::String>` is not sat
8585 | ^^^^^^^^^^^^ the trait `From<std::string::String>` is not implemented for `Header<'_>`, which is required by `std::string::String: Into<Header<'_>>`
8686 |
8787 = help: the following other types implement trait `From<T>`:
88- < Header<'static> as From<&Cookie<'_>>>
89- < Header<'static> as From<&ExpectCt>>
90- < Header<'static> as From<&Frame>>
91- < Header<'static> as From<&Hsts>>
92- < Header<'static> as From<&NoSniff>>
93- < Header<'static> as From<&Permission>>
94- < Header<'static> as From<&Prefetch>>
95- < Header<'static> as From<&Referrer>>
88+ ` Header<'static>` implements ` From<&Cookie<'_>>`
89+ ` Header<'static>` implements ` From<&ExpectCt>`
90+ ` Header<'static>` implements ` From<&Frame>`
91+ ` Header<'static>` implements ` From<&Hsts>`
92+ ` Header<'static>` implements ` From<&NoSniff>`
93+ ` Header<'static>` implements ` From<&Permission>`
94+ ` Header<'static>` implements ` From<&Prefetch>`
95+ ` Header<'static>` implements ` From<&Referrer>`
9696 and $N others
9797 = note: required for `std::string::String` to implement `Into<Header<'_>>`
9898note: required by a bound in `Response::<'r>::set_header`
@@ -110,14 +110,14 @@ error[E0277]: the trait bound `usize: Responder<'_, '_>` is not satisfied
110110 | ^^^^^ the trait `Responder<'_, '_>` is not implemented for `usize`
111111 |
112112 = help: the following other types implement trait `Responder<'r, 'o>`:
113- < &'o [u8] as Responder<'r, 'o>>
114- < &'o str as Responder<'r, 'o>>
115- <() as Responder<'r, 'static>>
116- < (ContentType, R) as Responder<'r, 'o>>
117- < (Status, R) as Responder<'r, 'o>>
118- < Accepted<R> as Responder<'r, 'o>>
119- < Arc<[u8]> as Responder<'r, 'static>>
120- < Arc<str> as Responder<'r, 'static>>
113+ ` &'o [u8]` implements ` Responder<'r, 'o>`
114+ ` &'o str` implements ` Responder<'r, 'o>`
115+ `()` implements ` Responder<'r, 'static>`
116+ ` (ContentType, R)` implements ` Responder<'r, 'o>`
117+ ` (Status, R)` implements ` Responder<'r, 'o>`
118+ ` Accepted<R>` implements ` Responder<'r, 'o>`
119+ ` Arc<[u8]>` implements ` Responder<'r, 'static>`
120+ ` Arc<str>` implements ` Responder<'r, 'static>`
121121 and $N others
122122note: required by a bound in `route::handler::<impl Outcome<Response<'o>, Status, (rocket::Data<'o>, Status)>>::from`
123123 --> $WORKSPACE/core/lib/src/route/handler.rs
0 commit comments