File tree 3 files changed +0
-3
lines changed
rustc_ast_pretty/src/pprust
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> {
2677
2677
s. print_type_bounds ( ":" , & param. bounds ) ;
2678
2678
if let Some ( ref _default) = default {
2679
2679
// FIXME(const_generics_defaults): print the `default` value here
2680
- todo ! ( ) ;
2681
2680
}
2682
2681
}
2683
2682
}
Original file line number Diff line number Diff line change @@ -2210,7 +2210,6 @@ impl<'a> State<'a> {
2210
2210
self . print_type ( ty) ;
2211
2211
if let Some ( ref _default) = default {
2212
2212
// FIXME(const_generics_defaults): print the `default` value here
2213
- todo ! ( ) ;
2214
2213
}
2215
2214
}
2216
2215
}
Original file line number Diff line number Diff line change @@ -619,7 +619,6 @@ impl<'hir> Sig for hir::Generics<'hir> {
619
619
param_text. push_str ( & ty_to_string ( & ty) ) ;
620
620
if let Some ( ref _default) = default {
621
621
// FIXME(const_generics_defaults): push the `default` value here
622
- todo ! ( ) ;
623
622
}
624
623
}
625
624
if !param. bounds . is_empty ( ) {
You can’t perform that action at this time.
0 commit comments