mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
⬆️ 1.31.0 🎉
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ env:
|
||||
|
||||
build: &rust_build
|
||||
language: rust
|
||||
rust: beta
|
||||
rust: stable
|
||||
script:
|
||||
- cargo gen-tests --verify
|
||||
- cargo gen-syntax --verify
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron";
|
||||
pub const SYNTAX_KINDS: &str = "crates/ra_syntax/src/syntax_kinds/generated.rs.tera";
|
||||
pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera";
|
||||
const TOOLCHAIN: &str = "beta-2018-11-24";
|
||||
const TOOLCHAIN: &str = "1.31.0";
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Test {
|
||||
|
||||
Reference in New Issue
Block a user