File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
rustc_ast_pretty/src/pprust Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2677,7 +2677,6 @@ impl<'a> State<'a> {
26772677 s. print_type_bounds ( ":" , & param. bounds ) ;
26782678 if let Some ( ref _default) = default {
26792679 // FIXME(const_generics_defaults): print the `default` value here
2680- todo ! ( ) ;
26812680 }
26822681 }
26832682 }
Original file line number Diff line number Diff line change @@ -2210,7 +2210,6 @@ impl<'a> State<'a> {
22102210 self . print_type ( ty) ;
22112211 if let Some ( ref _default) = default {
22122212 // FIXME(const_generics_defaults): print the `default` value here
2213- todo ! ( ) ;
22142213 }
22152214 }
22162215 }
Original file line number Diff line number Diff line change @@ -619,7 +619,6 @@ impl<'hir> Sig for hir::Generics<'hir> {
619619 param_text. push_str ( & ty_to_string ( & ty) ) ;
620620 if let Some ( ref _default) = default {
621621 // FIXME(const_generics_defaults): push the `default` value here
622- todo ! ( ) ;
623622 }
624623 }
625624 if !param. bounds . is_empty ( ) {
You can’t perform that action at this time.
0 commit comments