Closed

Description
I propose to mark the try!
macro as deprecated.
Reasons for it:
?
was stabilized in 1.13, November 2016. 2+years ago- there is an interest in having a lint for replacing
try!
with?
for 2+years try
is a keyword in rust 2018 and needs to be written asr#try!
- ""The Rust Programming Language", 2nd edition (book) and "Rust by Example" have both already removed all mentions of
try!
." - the doc of
try!
literally names the definition of deprecation
The
?
operator was added to replacetry!
and should be used instead.
There are no real downsides 😃
(I am happy to wait for #37939 ;)