Skip to content

Commit da86007

Browse files
committed
Mark #![feature(track_caller)] as incomplete.
1 parent 1e78d99 commit da86007

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/feature_gate/active.rs

+1
Original file line numberDiff line numberDiff line change
@@ -536,4 +536,5 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
536536
sym::const_generics,
537537
sym::or_patterns,
538538
sym::let_chains,
539+
sym::track_caller,
539540
];

0 commit comments

Comments
 (0)