diff options
| author | Daniil Belov <70999565+BelovDV@users.noreply.github.com> | 2023-01-26 17:10:13 +0300 |
|---|---|---|
| committer | BelovDV <70999565+BelovDV@users.noreply.github.com> | 2023-02-10 12:51:12 +0300 |
| commit | 601fc8b36b1962285e371cf3c54eeb3b1b9b3a74 (patch) | |
| tree | 7442411b8396d87173d00ba1adb5f77dcd275d38 /compiler/rustc_span/src | |
| parent | dffea43fc1102bdfe16d88ed412c23d4f0f08d9d (diff) | |
| download | rust-601fc8b36b1962285e371cf3c54eeb3b1b9b3a74.tar.gz rust-601fc8b36b1962285e371cf3c54eeb3b1b9b3a74.zip | |
[link] enable packed bundled lib in non stable cases
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index f1119214be4..1933360f722 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1049,6 +1049,7 @@ symbols! { overlapping_marker_traits, owned_box, packed, + packed_bundled_libs, panic, panic_2015, panic_2021, |
