Skip to content

Commit d931afe

Browse files
committed
Mark #![feature(track_caller)] as incomplete.
1 parent 43d4b70 commit d931afe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/feature_gate/active.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,4 +543,5 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[
543543
sym::or_patterns,
544544
sym::let_chains,
545545
sym::raw_dylib,
546+
sym::track_caller,
546547
];

0 commit comments

Comments
 (0)