diff options
| author | Michael Goulet <michael@errs.io> | 2025-02-19 03:58:31 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2025-02-19 03:58:31 +0000 |
| commit | b02eac37ffa30ad4f0ffb703ac7e598fa7213c7a (patch) | |
| tree | ece19ae5abcadfff6f12c2a82ea28283ad2a86dc /compiler/rustc_span/src | |
| parent | f44efbf9e11b1b6bba77c046d7dd150de37e0e0f (diff) | |
| download | rust-b02eac37ffa30ad4f0ffb703ac7e598fa7213c7a.tar.gz rust-b02eac37ffa30ad4f0ffb703ac7e598fa7213c7a.zip | |
Restrict bevy hack
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index d155e95078b..d4d435d9b74 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -289,6 +289,7 @@ symbols! { OsString, Output, Param, + ParamSet, PartialEq, PartialOrd, Path, @@ -520,6 +521,7 @@ symbols! { bang, begin_panic, bench, + bevy_ecs, bikeshed_guaranteed_no_drop, bin, binaryheap_iter, |
