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 44extern crate impl_trait_aux;
55
66// @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)"
88// @!has - '//pre[@class="rust item-decl"]' 'where'
9+ // FIXME: This depends on co-allocation default being NO/ZERO META.
910pub use impl_trait_aux:: func;
1011
1112// @has impl_trait/fn.func2.html
@@ -38,8 +39,9 @@ pub use impl_trait_aux::func5;
3839pub use impl_trait_aux:: async_fn;
3940
4041// @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)"
4243// @!has - '//*[@id="method.method"]//h4[@class="code-header"]' 'where'
44+ // FIXME: This depends on co-allocation default being NO/ZERO META.
4345pub use impl_trait_aux:: Foo ;
4446
4547// @has impl_trait/struct.Bar.html
Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ extern crate inner;
7676// @has 'normalize_assoc_item/fn.foo.html' '//pre[@class="rust item-decl"]' "pub fn foo() -> i32"
7777pub use inner:: foo;
7878
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.
8081pub fn h < T > ( ) -> <Vec < T > as IntoIterator >:: IntoIter {
8182 vec ! [ ] . into_iter ( )
8283}
You can’t perform that action at this time.
0 commit comments