Skip to content

Conversation

@Jamesbarford
Copy link
Contributor

Could not reproduce an issue, thus created a test

closes #116729

@rustbot
Copy link
Collaborator

rustbot commented Oct 27, 2025

This PR modifies tests/ui/issues/. If this PR is adding new tests to tests/ui/issues/,
please refrain from doing so, and instead add it to more descriptive subdirectories.

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 27, 2025
@rustbot
Copy link
Collaborator

rustbot commented Oct 27, 2025

r? @petrochenkov

rustbot has assigned @petrochenkov.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rust-log-analyzer

This comment has been minimized.

@@ -0,0 +1,1171 @@
note: $DIR/116729.rs:6:0 size-info (analysis): IRTranslator: Function: _ZN18build_script_build4main17h1686052d6c26e27eE: MI Instruction count changed from 0 to 13; Delta: 13
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//@ dont-check-compiler-stderr can be used to avoid generating this file.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -0,0 +1,8 @@
//@ build-pass
//@ rustc-env:CARGO_CRATE_NAME=build_script_build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and --crate-name=build_script_build should be unnecessary for reproducing the segfault (but it needs checking).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@petrochenkov petrochenkov added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 27, 2025
@Jamesbarford Jamesbarford force-pushed the chore/add-test-case-for-build branch from c3248e6 to d962beb Compare October 27, 2025 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"".split('.') in build.rs with -Cremark=all causes compiler segfault on ARM

4 participants