diff options
| author | Tri Vo <trong@google.com> | 2021-01-22 18:32:38 -0800 |
|---|---|---|
| committer | Tri Vo <trong@google.com> | 2021-02-07 23:48:58 -0800 |
| commit | c7d9bffe76477a2f79c468b07e5eaf82525eea99 (patch) | |
| tree | addcee2a27c0041b9ba694a78d84ec30d86a1e19 /compiler/rustc_span | |
| parent | 0b7a598e12649d7ab2415a82cbc3fea879fa9dab (diff) | |
| download | rust-c7d9bffe76477a2f79c468b07e5eaf82525eea99.tar.gz rust-c7d9bffe76477a2f79c468b07e5eaf82525eea99.zip | |
HWASan support
Diffstat (limited to 'compiler/rustc_span')
| -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 20e4f7262ac..1c37a6b2aca 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -593,6 +593,7 @@ symbols! { html_no_source, html_playground_url, html_root_url, + hwaddress, i, i128, i128_type, |
