From 33242578331ab6e22384f686d930780d7fdf27e5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 16 Jun 2014 16:58:17 -0700 Subject: rustc: Start accepting `*const T` This does not yet change the compiler and libraries from `*T` to `*const T` as it will require a snapshot to do so. cc #7362 --- src/etc/vim/syntax/rust.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/etc/vim/syntax') diff --git a/src/etc/vim/syntax/rust.vim b/src/etc/vim/syntax/rust.vim index 77348335eb3..3696f1adc91 100644 --- a/src/etc/vim/syntax/rust.vim +++ b/src/etc/vim/syntax/rust.vim @@ -30,8 +30,7 @@ syn keyword rustKeyword unsafe virtual while syn keyword rustKeyword use nextgroup=rustModPath skipwhite skipempty " FIXME: Scoped impl's name is also fallen in this category syn keyword rustKeyword mod trait struct enum type nextgroup=rustIdentifier skipwhite skipempty -syn keyword rustStorage mut ref static -syn keyword rustObsoleteStorage const +syn keyword rustStorage mut ref static const syn keyword rustInvalidBareKeyword crate -- cgit 1.4.1-3-g733a5