tests/rustdoc-json: Remove some needless uses of #![no_core]
.
Done by removing all uses of `#![no_core]`, and the reverting the ones that failed. More involved ones are in a later commit.
This commit is contained in:
parent
187d1afa9d
commit
f784fa7bd9
40 changed files with 9 additions and 126 deletions
|
@ -1,8 +1,5 @@
|
|||
// ignore-tidy-linelength
|
||||
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
// @count "$.index[*][?(@.name=='WithHigherRankTraitBounds')].inner.type_alias.type.function_pointer.decl.inputs[*]" 1
|
||||
// @is "$.index[*][?(@.name=='WithHigherRankTraitBounds')].inner.type_alias.type.function_pointer.decl.inputs[0][0]" '"val"'
|
||||
// @is "$.index[*][?(@.name=='WithHigherRankTraitBounds')].inner.type_alias.type.function_pointer.decl.inputs[0][1].borrowed_ref.lifetime" \"\'c\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue