rust-lang / rust-forge

Information useful to people contributing to Rust

Home Page:https://forge.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor change to feature guide

alexreg opened this issue · comments

In https://forge.rust-lang.org/feature-guide.html,

tcx.sess.features().borrow().$feature_name

should read

tcx.features().$feature_name (or sess.features_untracked().borrow().$feature_name if the tcx is unavailable)`