]> git.lizzy.rs Git - rust.git/commit
Auto merge of #12833 - fasterthanlime:literal-tests, r=Veykril
authorbors <bors@rust-lang.org>
Wed, 20 Jul 2022 15:33:19 +0000 (15:33 +0000)
committerbors <bors@rust-lang.org>
Wed, 20 Jul 2022 15:33:19 +0000 (15:33 +0000)
commitcd2c2406c0c5a11d3e998998845ca5c8be683676
treec9b01339207e26a0b2d9b65f13b81f3242a91b84
parent7dc36eeb781fcf35a69bb1a75e7005397a9da418
parentf5042947ce93b40e5c6e7ddeb683d11e8faed51c
Auto merge of #12833 - fasterthanlime:literal-tests, r=Veykril

Add proc-macro-srv integration test that clones literals

This exercises some of the upcoming proc_macro bridge changes. It should also pass for all supported ABIs, with the older-style bridge.

This changed is tracked in:

  * https://github.com/rust-lang/rust-analyzer/issues/12818