Skip to content

Commit 6defb23

Browse files
committed
branch start, update comment to include unstable features that we're waiting on
1 parent efbc8df commit 6defb23

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/adapter/src/coord.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,13 @@ mod read_policy;
151151
mod sequencer;
152152
mod sql;
153153

154-
// TODO: We can have only two consts here, instead of three,
155-
// once there exists a `const` way to convert between a `Timestamp`
156-
// and a `Duration`
154+
// TODO: We can have only two consts here, instead of three, once there exists a `const` way to
155+
// convert between a `Timestamp` and a `Duration`, and unwrap a result in const contexts. Currently
156+
// unstable compiler features that would allow this are:
157+
// * `const_option`: https://github.com/rust-lang/rust/issues/67441
158+
// * `const_result`: https://github.com/rust-lang/rust/issues/82814
159+
// * `const_num_from_num`: https://github.com/rust-lang/rust/issues/87852
160+
// * `const_precise_live_drops`: https://github.com/rust-lang/rust/issues/73255
157161

158162
/// `DEFAULT_LOGICAL_COMPACTION_WINDOW`, in milliseconds.
159163
/// The default is set to a second to track the default timestamp frequency for sources.

0 commit comments

Comments
 (0)