diff options
| author | sayantn <sayantan.chakraborty@students.iiserpune.ac.in> | 2024-08-01 23:13:51 +0530 |
|---|---|---|
| committer | sayantn <sayantan.chakraborty@students.iiserpune.ac.in> | 2024-08-02 02:29:15 +0530 |
| commit | 41b017ec9945ce6b514e44b8dd26c9d0c0952c9c (patch) | |
| tree | 3ad8d22d9bd266b5e2a137352400034f527234db /compiler/rustc_span/src | |
| parent | e60ebb2f2c1facba87e7971798f3cbdfd309cd23 (diff) | |
| download | rust-41b017ec9945ce6b514e44b8dd26c9d0c0952c9c.tar.gz rust-41b017ec9945ce6b514e44b8dd26c9d0c0952c9c.zip | |
Add the `sha512`, `sm3` and `sm4` target features
Add the feature in `core/lib.rs`
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 e8563f50158..9977fa7425a 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1705,6 +1705,7 @@ symbols! { self_in_typedefs, self_struct_ctor, semitransparent, + sha512_sm_x86, shadow_call_stack, shl, shl_assign, |
