diff options
| author | Adam Perry <adam.n.perry@gmail.com> | 2019-11-07 16:13:44 -0800 |
|---|---|---|
| committer | Adam Perry <adam.n.perry@gmail.com> | 2019-12-05 21:08:13 -0800 |
| commit | ebaebd987f38227fe17cdc3eb23be819e4070429 (patch) | |
| tree | e2622c1ad9be4c5b8fff2867076c791ff8c17e4f /src/librustc_feature | |
| parent | 207f5208273667c5c72397fdf99390e594a3cdf1 (diff) | |
Remove #[track_caller] from incomplete features list.
Diffstat (limited to 'src/librustc_feature')
| -rw-r--r-- | src/librustc_feature/active.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_feature/active.rs b/src/librustc_feature/active.rs index fc880b9e929..6f440f2ade5 100644 --- a/src/librustc_feature/active.rs +++ b/src/librustc_feature/active.rs @@ -538,5 +538,4 @@ pub const INCOMPLETE_FEATURES: &[Symbol] = &[ sym::or_patterns, sym::let_chains, sym::raw_dylib, - sym::track_caller, ]; |
