diff options
| author | topecongiro <seuchida@gmail.com> | 2017-05-25 15:47:50 +0900 |
|---|---|---|
| committer | topecongiro <seuchida@gmail.com> | 2017-05-25 15:50:46 +0900 |
| commit | c69608a7e05eef2da99081118bf20da87733b746 (patch) | |
| tree | 4b09931f60c585f09ab04b444d9d5ae366b993b4 /tests/source | |
| parent | 4d6e385f098930a572fd6ddfae972f2ada076002 (diff) | |
Allow the last elem in chain to overflow
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/configs-fn_call_style-block.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/source/configs-fn_call_style-block.rs b/tests/source/configs-fn_call_style-block.rs index 6b5f00a9241..c4fa4aa5f4c 100644 --- a/tests/source/configs-fn_call_style-block.rs +++ b/tests/source/configs-fn_call_style-block.rs @@ -5,6 +5,9 @@ fn main() { lorem("lorem", "ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit"); // #1501 let hyper = Arc::new(Client::with_connector(HttpsConnector::new(TlsClient::new()))); + + // chain + let x = yooooooooooooo.fooooooooooooooo.baaaaaaaaaaaaar(hello, world); } // #1521 |
