Skip to content

Commit c12fc8d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

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

0 commit comments

Comments
 (0)