Skip to content

Commit 1e78d99

Browse files
anpCentril
andauthored
track_caller feature gate starts in 1.40.0.
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent e9deff0 commit 1e78d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate/active.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ declare_features! (
520520
(active, or_patterns, "1.38.0", Some(54883), None),
521521

522522
/// Enable accurate caller location reporting during panic (RFC 2091).
523-
(active, track_caller, "1.39.0", Some(47809), None),
523+
(active, track_caller, "1.40.0", Some(47809), None),
524524

525525
// -------------------------------------------------------------------------
526526
// feature-group-end: actual feature gates

0 commit comments

Comments
 (0)