We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e666fe8 commit 9a15c50Copy full SHA for 9a15c50
src/test/run-pass/issue-2834.rs
@@ -2,7 +2,7 @@
2
//
3
4
proto! streamp (
5
- open:send<T: send> {
+ open:send<T: Send> {
6
data(T) -> open<T>
7
}
8
)
0 commit comments