Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-utils/src/fixture.rs')
-rw-r--r--crates/test-utils/src/fixture.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/test-utils/src/fixture.rs b/crates/test-utils/src/fixture.rs
index dffc7fccda..29ab21ac1d 100644
--- a/crates/test-utils/src/fixture.rs
+++ b/crates/test-utils/src/fixture.rs
@@ -111,8 +111,9 @@ impl FixtureWithProjectMeta {
/// //- minicore: sized
/// ```
///
- /// That will include predefined proc macros and a subset of `libcore` into the fixture, see
- /// `minicore.rs` for what's available.
+ /// That will set toolchain to nightly and include predefined proc macros and a subset of
+ /// `libcore` into the fixture, see `minicore.rs` for what's available. Note that toolchain
+ /// defaults to stable.
pub fn parse(ra_fixture: &str) -> Self {
let fixture = trim_indent(ra_fixture);
let mut fixture = fixture.as_str();