We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AstBuilder::copy
1 parent fafe67c commit 6f26087Copy full SHA for 6f26087
crates/oxc_ast/src/ast_builder.rs
@@ -71,6 +71,7 @@ impl<'a> AstBuilder<'a> {
71
/// # SAFETY
72
/// This method is completely unsound and should not be used.
73
/// We need to remove all uses of it. Please don't add any more!
74
+ /// Use `move_expression`, `move_statement`, or one of the other `move_*` methods below instead.
75
/// <https://github.com/oxc-project/oxc/issues/3483>
76
#[inline]
77
pub fn copy<T>(self, src: &T) -> T {
0 commit comments