Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: Add a test for regions, traits, and variance. #15154

Closed

Conversation

pcwalton
Copy link
Contributor

Closes #12470.

r? @brson

@sfackler
Copy link
Member

This is a breaking change?

@pcwalton
Copy link
Contributor Author

@sfackler Fixed.

bors added a commit to rust-lang-ci/rust that referenced this pull request Jul 17, 2023
…=lnicola

editor/code: Use `@tsconfig/strictest` to define type checking rules

Motivation
-----------

This change aims to make it easier to manage tsconfig by [``@tsconfig/strictest`](https://www.npmjs.com/package/@tsconfig/strictest)` and intend to leave to create "ideal" rules about TypeScript's type checking.

Implementation
---------------

This change removes some duplicated rules defined in ``@tsconfig/strictest`` and add disabing some strict rules that fails with the current codebase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It is possible to call object member function after object had been dropped
2 participants