]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 13 Feb 2019 03:37:02 +0000 (04:37 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Feb 2019 03:37:02 +0000 (04:37 +0100)
commit856e41142cad7b3ce2494ee8edd7d1c1d1e58a44
treef9f4c9e87732c0f57ada793ce5b6564896f5522b
parent81434cbf84e8ec40186da4d54b95abcb7291fff4
parent113b7f7be15c49fcd0854ca53486e92f1badfdd6
Rollup merge of #58166 - euclio:deprecation-shorthand, r=petrochenkov

allow shorthand syntax for deprecation reason

Fixes #48271.

Created based on discussion in #56896.
src/libsyntax/attr/builtin.rs
src/libsyntax/attr/mod.rs
src/libsyntax/feature_gate.rs
src/test/rustdoc/deprecated.rs