]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #76262 - howard0su:patch-1, r=cramertj
authorRalf Jung <post@ralfj.de>
Wed, 16 Sep 2020 06:24:49 +0000 (08:24 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Sep 2020 06:24:49 +0000 (08:24 +0200)
Use inline(never) instead of cold

inline(never) is better way to avoid optimizer to inline the function instead of cold.


Trivial merge