Skip to content

Commit 6a3b0fc

Browse files
authoredOct 8, 2024··
build: Update rustc to nightly-2024-10-07 (#9624)
1 parent 4b0d043 commit 6a3b0fc

File tree

100 files changed

+287
-297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+287
-297
lines changed
 

‎.changeset/three-ravens-joke.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
better_scoped_tls: patch
3+
jsdoc: patch
4+
swc: patch
5+
swc_allocator: patch
6+
swc_bundler: patch
7+
swc_common: patch
8+
swc_config: patch
9+
swc_css_codegen: patch
10+
swc_css_parser: patch
11+
swc_ecma_ast: patch
12+
swc_ecma_codegen: patch
13+
swc_ecma_compat_bugfixes: patch
14+
swc_ecma_compat_es2015: patch
15+
swc_ecma_compat_es2022: patch
16+
swc_ecma_lints: patch
17+
swc_ecma_minifier: patch
18+
swc_ecma_parser: patch
19+
swc_ecma_preset_env: patch
20+
swc_ecma_transforms_base: patch
21+
swc_ecma_transforms_classes: patch
22+
swc_ecma_transforms_optimization: patch
23+
swc_ecma_transforms_proposal: patch
24+
swc_ecma_transforms_react: patch
25+
swc_ecma_transforms_testing: patch
26+
swc_ecma_transforms_typescript: patch
27+
swc_ecma_usage_analyzer: patch
28+
swc_ecma_utils: patch
29+
swc_ecma_visit: patch
30+
swc_fast_graph: patch
31+
swc_html_codegen: patch
32+
swc_html_parser: patch
33+
swc_macros_common: patch
34+
swc_plugin: patch
35+
swc_typescript: patch
36+
swc_xml_codegen: patch
37+
testing: patch
38+
---
39+
40+
build: Update `rustc` to `nightly-2024-10-07`

‎crates/better_scoped_tls/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ mod tests {
9292
#[test]
9393
#[should_panic = "You should perform this operation in the closure passed to `set` of \
9494
better_scoped_tls::tests::TESTTLS"]
95-
9695
fn panic_on_with() {
9796
TESTTLS.with(|s| {
9897
println!("S: {}", s);

0 commit comments

Comments
 (0)