Auto merge of #25809 - Manishearth:vslatest, r=jdm

Thread vslatestinstalled feature to the top

I've been building with this to get pure-VS 2019 to work. Ideally we don't need any extra flags, but for now at least worth getting into master so I don't have to cherry pick this all the time.

r? @jdm
This commit is contained in:
bors-servo 2020-02-20 11:57:38 -05:00 committed by GitHub
commit d66e24dc70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -53,3 +53,4 @@ refcell_backtrace = ["libservo/refcell_backtrace"]
webdriver = ["libservo/webdriver"]
uwp = ["libservo/uwp", "webxr/openxr-api"]
webgl_backtrace = ["libservo/webgl_backtrace"]
vslatestinstalled = ["libservo/vslatestinstalled"]

View file

@ -48,3 +48,4 @@ refcell_backtrace = ["simpleservo/refcell_backtrace"]
uwp = ["simpleservo/uwp"]
webdriver = ["simpleservo/webdriver"]
webgl_backtrace = ["simpleservo/webgl_backtrace"]
vslatestinstalled = ["simpleservo/vslatestinstalled"]