File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
extern crate impl_trait_aux;
5
5
6
6
// @has impl_trait/fn.func.html
7
- // @has - '//pre[@class="rust item-decl"]' "pub fn func<'a>(_x: impl Clone + Into<Vec<u8, Global>> + 'a)"
7
+ // @has - '//pre[@class="rust item-decl"]' "pub fn func<'a>(_x: impl Clone + Into<Vec<u8, Global, 0 >> + 'a)"
8
8
// @!has - '//pre[@class="rust item-decl"]' 'where'
9
+ // FIXME: This depends on co-allocation default being NO/ZERO META.
9
10
pub use impl_trait_aux:: func;
10
11
11
12
// @has impl_trait/fn.func2.html
@@ -38,8 +39,9 @@ pub use impl_trait_aux::func5;
38
39
pub use impl_trait_aux:: async_fn;
39
40
40
41
// @has impl_trait/struct.Foo.html
41
- // @has - '//*[@id="method.method"]//h4[@class="code-header"]' "pub fn method<'a>(_x: impl Clone + Into<Vec<u8, Global>> + 'a)"
42
+ // @has - '//*[@id="method.method"]//h4[@class="code-header"]' "pub fn method<'a>(_x: impl Clone + Into<Vec<u8, Global, 0 >> + 'a)"
42
43
// @!has - '//*[@id="method.method"]//h4[@class="code-header"]' 'where'
44
+ // FIXME: This depends on co-allocation default being NO/ZERO META.
43
45
pub use impl_trait_aux:: Foo ;
44
46
45
47
// @has impl_trait/struct.Bar.html
Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ extern crate inner;
76
76
// @has 'normalize_assoc_item/fn.foo.html' '//pre[@class="rust item-decl"]' "pub fn foo() -> i32"
77
77
pub use inner:: foo;
78
78
79
- // @has 'normalize_assoc_item/fn.h.html' '//pre[@class="rust item-decl"]' "pub fn h<T>() -> IntoIter<T, Global>"
79
+ // @has 'normalize_assoc_item/fn.h.html' '//pre[@class="rust item-decl"]' "pub fn h<T>() -> IntoIter<T, Global, 0>"
80
+ // FIXME: This depends on co-allocation default being NO/ZERO META.
80
81
pub fn h < T > ( ) -> <Vec < T > as IntoIterator >:: IntoIter {
81
82
vec ! [ ] . into_iter ( )
82
83
}
You can’t perform that action at this time.
0 commit comments