diff options
| author | Matthew Jasper <mjjasper1@gmail.com> | 2019-05-26 09:58:06 +0100 |
|---|---|---|
| committer | Matthew Jasper <mjjasper1@gmail.com> | 2019-06-06 17:20:06 +0100 |
| commit | 0d75ab2293a106eb674ac01860910cfc1580837e (patch) | |
| tree | be914e8f7fae9fb4eb30f22f986e15635a5c74fc /src/libsyntax_pos | |
| parent | 6c9a018b60d1222217645ef4015764fd33b14a3f (diff) | |
| download | rust-0d75ab2293a106eb674ac01860910cfc1580837e.tar.gz rust-0d75ab2293a106eb674ac01860910cfc1580837e.zip | |
Make constructors actually be const functions
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 4e080d115d2..6fac3435814 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -185,6 +185,7 @@ symbols! { conservative_impl_trait, console, const_compare_raw_pointers, + const_constructor, const_fn, const_fn_union, const_generics, |
