diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2015-09-24 08:36:21 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2015-09-26 13:48:02 +1200 |
| commit | 92fbb80097bf172339b11a6387edacbc87c8dc07 (patch) | |
| tree | c2404141534065e47a50b32fc926cdfc1945a28f /tests/source | |
| parent | c14cfca0e3de3dfa5fd91d39a85c5b452e7756e3 (diff) | |
Formatting of some types
Closes #341
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/multiple.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/source/multiple.rs b/tests/source/multiple.rs index abc16035be2..a0a3f2599e8 100644 --- a/tests/source/multiple.rs +++ b/tests/source/multiple.rs @@ -92,6 +92,8 @@ pub struct Foo<'a, Y: Baz> f: SomeType, // Comment beside a field } +fn foo(ann: &'a (PpAnn+'a)) {} + fn main() { for i in 0i32..4 { println!("{}", i); |
