mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
parent
049f8df93c
commit
5a61b218f8
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ env:
|
||||||
|
|
||||||
build: &rust_build
|
build: &rust_build
|
||||||
language: rust
|
language: rust
|
||||||
rust: beta
|
rust: beta-2018-11-19
|
||||||
script:
|
script:
|
||||||
- cargo gen-tests --verify
|
- cargo gen-tests --verify
|
||||||
- cargo gen-syntax --verify
|
- cargo gen-syntax --verify
|
||||||
|
|
|
@ -17,7 +17,7 @@ pub type Result<T> = ::std::result::Result<T, failure::Error>;
|
||||||
pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron";
|
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 SYNTAX_KINDS: &str = "crates/ra_syntax/src/syntax_kinds/generated.rs.tera";
|
||||||
pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera";
|
pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera";
|
||||||
const TOOLCHAIN: &str = "beta-2018-10-30";
|
const TOOLCHAIN: &str = "beta-2018-11-19";
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Test {
|
pub struct Test {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue