aboutsummaryrefslogtreecommitdiff
path: root/crates/tools/src
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-11-21 11:47:19 +0000
committerAleksey Kladov <[email protected]>2018-11-21 11:47:19 +0000
commit5a61b218f8869532ccb6be9dccff9e7d8641bf49 (patch)
tree624843cfddada855a6a80380e817bb188596c441 /crates/tools/src
parent049f8df93cca05af395ce873738dc85d5a25f3fc (diff)
Pin to older beta
https://github.com/rust-lang/rust/issues/56128
Diffstat (limited to 'crates/tools/src')
-rw-r--r--crates/tools/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tools/src/lib.rs b/crates/tools/src/lib.rs
index 8b8e9974e..e81761cf2 100644
--- a/crates/tools/src/lib.rs
+++ b/crates/tools/src/lib.rs
@@ -17,7 +17,7 @@ pub type Result<T> = ::std::result::Result<T, failure::Error>;
17pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron"; 17pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron";
18pub const SYNTAX_KINDS: &str = "crates/ra_syntax/src/syntax_kinds/generated.rs.tera"; 18pub const SYNTAX_KINDS: &str = "crates/ra_syntax/src/syntax_kinds/generated.rs.tera";
19pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera"; 19pub const AST: &str = "crates/ra_syntax/src/ast/generated.rs.tera";
20const TOOLCHAIN: &str = "beta-2018-10-30"; 20const TOOLCHAIN: &str = "beta-2018-11-19";
21 21
22#[derive(Debug)] 22#[derive(Debug)]
23pub struct Test { 23pub struct Test {