]> git.lizzy.rs Git - rust.git/commit
Use a single match arm for all TyRef variants when deducing function argument attributes
authorBjörn Steinbrink <bsteinbr@gmail.com>
Thu, 18 Jun 2015 12:23:19 +0000 (14:23 +0200)
committerBjörn Steinbrink <bsteinbr@gmail.com>
Sat, 20 Jun 2015 01:33:04 +0000 (03:33 +0200)
commitf862da5bb8283bff99052c045fc470b8a45688c5
treea0baf4287e0ed8ecc4f1c184e83a816cdc00cd2b
parent4b42cbd5eb3e947875aa427dbda52121ef186586
Use a single match arm for all TyRef variants when deducing function argument attributes

This makes it a lot easier to later add attributes for fat pointers.
src/librustc_trans/trans/attributes.rs