]> git.lizzy.rs Git - rust.git/commit
Fix unstable attribute accidentally applying to the entire impl
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 26 Nov 2019 08:24:17 +0000 (09:24 +0100)
committerSimon Sapin <simon.sapin@exyr.org>
Tue, 26 Nov 2019 08:24:17 +0000 (09:24 +0100)
commit6ddcf5044b64a03fc8fc422cdfa9946abd42c8f0
tree70efb5a7303bec6c11db337e2f6e4c21126f2eb6
parent2626f3d3d5c3007745176aa0fe22781b9ec2bb06
Fix unstable attribute accidentally applying to the entire impl

Note `#![unstable]` v.s. `#[unstable]`
src/libcore/panic.rs