mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
fix pretty
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
pub struct S5<T>(Option<Box<S4<S4<T>>>>,Option<Box<S4<S4<T>>>>,Option<T>);
|
||||
|
||||
trait Foo { fn xxx(&self); }
|
||||
trait Bar {} // anything local or #[fundamental]
|
||||
/// some local of #[fundamental] trait
|
||||
trait Bar {}
|
||||
|
||||
impl<T> Foo for T where T: Bar, T: Sync {
|
||||
fn xxx(&self) {}
|
||||
|
||||
Reference in New Issue
Block a user