Skip to content

Commit 580e049

Browse files
committed
TODO: make tracking issue
This is maybe gated by some sort of agreement on RFC 3917?
1 parent ba5ee8a commit 580e049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ declare_features! (
551551
/// Allows associated types in inherent impls.
552552
(incomplete, inherent_associated_types, "1.52.0", Some(8995)),
553553
/// Enable #[instrument_fn] on function (todo: tracking issue)
554-
(unstable, instrument_fn, "CURRENT_RUSTC_VERSION", None),
554+
(unstable, instrument_fn, "CURRENT_RUSTC_VERSION", Some(99999)),
555555
/// Allows using `pointer` and `reference` in intra-doc links
556556
(unstable, intra_doc_pointers, "1.51.0", Some(80896)),
557557
/// lahfsahf target feature on x86.

0 commit comments

Comments
 (0)