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 44ba26e commit 029f9c4Copy full SHA for 029f9c4
component-model/examples/tutorial/adder/src/lib.rs
@@ -7,7 +7,7 @@ struct Component;
7
8
impl Guest for Component {
9
fn add(x: u32, y: u32) -> u32 {
10
- a + b
+ x + y
11
}
12
13
component-model/src/language-support/rust.md
@@ -148,7 +148,7 @@ struct Component;
148
149
150
151
152
153
154
```
0 commit comments