You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/attributes/testing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ fn main() {
125
125
}
126
126
```
127
127
128
-
Note that when the code is compiled with a certain panic strategy it still might do something different if a crate was compiled with a different strategy.
128
+
Note that when the code is compiled with a certain panic strategy it still might do something different if another crate was compiled with a different strategy.
129
129
For instance, if `#[cfg(panic = "unwind")]` is set to `true` and a crate is compiled with`-C panic=abort`.
0 commit comments