Skip to content

Commit e1737ce

Browse files
authored
Merge pull request #1795 from puremourning/update-rust
Update to rust stable
2 parents d68ec49 + 0d9f389 commit e1737ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def Exit( self ):
9595
'7416fc62befa450e32f06ec2b503f2eec5f22f0b1cc12f7b8ee5112bf671cf11'
9696
)
9797

98-
DEFAULT_RUST_TOOLCHAIN = 'nightly-2024-12-12'
98+
DEFAULT_RUST_TOOLCHAIN = 'stable'
9999
RUST_ANALYZER_DIR = p.join( DIR_OF_THIRD_PARTY, 'rust-analyzer' )
100100

101101
BUILD_ERROR_MESSAGE = (

ycmd/tests/rust/subcommands_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ def test_Subcommands_FixIt_Basic( self, app ):
562562
filepath = PathToTestFile( 'common', 'src', 'main.rs' )
563563

564564
for line, column, choice, chunks in [
565-
( 18, 2, 2, [
565+
( 18, 2, 4, [
566566
ChunkMatcher( 'pub(crate) ',
567567
LocationMatcher( filepath, 18, 1 ),
568568
LocationMatcher( filepath, 18, 1 ) ) ] ),

0 commit comments

Comments
 (0)