diff options
| author | Nick Cameron <nrc@ncameron.org> | 2017-05-26 08:43:52 +1200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-26 08:43:52 +1200 |
| commit | 3d135ebba473afd378fd08d25e9caad8deaea8d3 (patch) | |
| tree | 820124e6a4f84ed000d498147c283e1b14bb06c8 /tests/source | |
| parent | 662811b3f0a4187f1a27eaa9880581329f256d85 (diff) | |
| parent | 92270ba191e53fa3d9a5dbdc8cc36b5f8749cbd7 (diff) | |
Merge pull request #1586 from topecongiro/minor
Fix minor bugs
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/issue-1049.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/source/issue-1049.rs b/tests/source/issue-1049.rs index a0240b83b63..03f10a1ba38 100644 --- a/tests/source/issue-1049.rs +++ b/tests/source/issue-1049.rs @@ -14,3 +14,5 @@ impl Handle { fn veeeeeeeeeeeeeeeeeeeeery_long_name(a: FirstTypeeeeeeeeee, b: SecondTypeeeeeeeeeeeeeeeeeeeeeee) {} fn veeeeeeeeeeeeeeeeeeeeeery_long_name(a: FirstTypeeeeeeeeee, b: SecondTypeeeeeeeeeeeeeeeeeeeeeee) {} + +fn veeeeeeeeeeeeeeeeeeeeeeery_long_name(a: FirstTypeeeeeeeeee, b: SecondTypeeeeeeeeeeeeeeeeeeeeeee) {} |
