We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ee06e9 commit 52e193fCopy full SHA for 52e193f
compiler/base/orchestrator/src/coordinator.rs
@@ -1664,7 +1664,8 @@ mod tests {
1664
code: code.into(),
1665
edition,
1666
crate_type: CrateType::Library(LibraryType::Lib),
1667
- ..new_execute_request()
+ channel: Channel::Nightly, // To allow 2024 while it is unstable
1668
+ ..ARBITRARY_EXECUTE_REQUEST
1669
};
1670
let response = coordinator.execute(request).await.unwrap();
1671
@@ -2026,6 +2027,7 @@ mod tests {
2026
2027
let req = CompileRequest {
2028
2029
code: SUBTRACT_CODE.into(),
2030
2031
..ARBITRARY_HIR_REQUEST
2032
2033
0 commit comments