File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ struct CreateRunnableDoctests {
772772
773773impl CreateRunnableDoctests {
774774 fn new ( rustdoc_options : RustdocOptions , opts : GlobalTestOptions ) -> CreateRunnableDoctests {
775- let can_merge_doctests = true ; // rustdoc_options.edition >= Edition::Edition2024;
775+ let can_merge_doctests = rustdoc_options. edition >= Edition :: Edition2024 ;
776776 CreateRunnableDoctests {
777777 standalone_tests : Vec :: new ( ) ,
778778 mergeable_tests : FxHashMap :: default ( ) ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ test $DIR/failed-doctest-should-panic.rs - Foo (line 9) - should panic ... FAILE
55failures:
66
77---- $DIR/failed-doctest-should-panic.rs - Foo (line 9) stdout ----
8- Hello, world!
98note: test did not panic as expected
109
1110failures:
You can’t perform that action at this time.
0 commit comments